An error appears when I run the following mySQL statement..
and the error message..Code:CREATE TABLE `actions` ( `id` int(10) unsigned NOT NULL auto_increment, `actionid` tinyint(3) unsigned NOT NULL default '0', `playerid` smallint(6) NOT NULL default '0', `time` datetime NOT NULL default '0000-00-00 00:00:00', `map` tinyint(3) unsigned NOT NULL default '0', `xpos` smallint(5) unsigned NOT NULL default '65535', `ypos` smallint(5) unsigned NOT NULL default '65535', `parameters` varchar(255) collate latin1_general_ci NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
MySQL version : 4.0.27-standardCode:#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 'collate latin1_general_ci NOT NULL default '', PRIMARY KEY
Help would be appreciated!



Reply With Quote



Bookmarks