View Single Post
  #7  
Old 01-31-2010, 10:29 AM
harddisk
Fire Beetle
 
Join Date: Jan 2010
Location: CH
Posts: 20
Default

This is what I have for the first lines........ :

# HeidiSQL Dump
#
# --------------------------------------------------------
# Host: 127.0.0.1
# Database: peq
# Server version: 5.0.89-community-nt
# Server OS: Win32
# Target compatibility: ANSI SQL
# HeidiSQL version: 4.0
# Date/time: 2010-01-25 19:55:44
# --------------------------------------------------------

/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='ANSI,NO_BACKSLASH_ESCAPES';*/
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;*/


#
# Database structure for database 'peq'
#

CREATE DATABASE /*!32312 IF NOT EXISTS*/ "peq" /*!40100 DEFAULT CHARACTER SET utf8 */;

USE "peq";


#
# Table structure for table 'aa_actions'
#

CREATE TABLE /*!32312 IF NOT EXISTS*/ "aa_actions" (
"aaid" mediumint( unsigned NOT NULL default '0',
"rank" tinyint(3) unsigned NOT NULL default '0',
Reply With Quote