查询语句错误 [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=gbk' at line 9
SQL: CREATE TABLE pre_msign_record ( `uid` int unsigned not null primary key, `signdate` int(10) unsigned not null, `days` int(5) unsigned not null default 0, `reward_type` int(3) unsigned, `reward` int(5) unsigned, `totalsign` int, `saying` varchar(250) ) ENGINE=MYISAM DEFAULT CHARSET=gbk
点击这里寻求帮助
PHP Backtrace
File Line Function
source\class\class_core.php 641 db_mysql->halt()
source\class\class_core.php 823 db_mysql->query()
source\plugin\msign\install.php 40 DB::query()
source\admincp\admincp_plugins.php 382 include_once()
admin.php 55 require()