这个错误怎么解决阿
Discuz! info: MySQL Query Error
User: jianxin33333
Time: 2008-9-1 3:27pm
Script: /scalper_install.php
SQL: CREATE TABLE IF NOT EXISTS [Table]scalperdata (
`id` mediumint(8) unsigned NOT NULL auto_increment,
`debt` mediumint(6) NOT NULL,
`money` int(9) unsigned NOT NULL,
`addst` smallint(3) unsigned NOT NULL default 0,
`rp` smallint(3) unsigned NOT NULL default 100,
`health` tinyint(3) unsigned NOT NULL,
`day` tinyint(2) unsigned NOT NULL,
`storage` varchar(31) NOT NULL,
`goodscost` varchar(50) NOT NULL default '0,0,0,0,0,0,0,0',
`event` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=gbk;
Error: 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=gbk' at line 13
Errno.: 1064 |