SQL query:
--------------------------------------
--
CREATE TABLE `questgroups` (
`qgID` INT( 11 ) NOT NULL AUTO_INCREMENT ,
`qgNAME` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ,
`qgORDER` INT( 11 ) NOT NULL DEFAULT '0',
PRIMARY KEY ( `qgID` ) ) ENGINE MYISAM CHARACTER SET utf8 COLLATE utf8_unicode_ci;
MySQL said:
#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 '----------------------------------------
CREATE TABLE `questgroups` (
`qgID` ' at line 1