Hallo zusammen,
ich versuch gerade die Datenbank wie in der Readme beschrieben zu ändern.
ich bekomme folgend Fehlermeldung von Mysql:
___________________________________
SQL-Befehl:
CREATE TABLE `EUER-SUFFIX_softev_lottery_game` (
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`question` text NOT NULL ,
`answer1` text NOT NULL ,
`answer2` text NOT NULL ,
`answer3` text NOT NULL ,
`answer4` text NOT NULL ,
`answer5` text NOT NULL ,
`correctAnswerNo` smallint( 6 ) default NULL ,
`enddate` date NOT NULL ,
`published` tinyint( 1 ) NOT NULL ,
PRIMARY KEY ( `id` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =3
___________________________________
MySQL meldet:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=latin1 AUTO_INCREMENT=3' at line 13
Kann mir da bitte jemand weiterhelfen?
Vielen Dank für eure Bemühungen.
Alex


LinkBack URL
About LinkBacks
Zitieren

Lesezeichen