用帝国备份导入数据库出错
错误提示: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 ''??????' at line 5CREATE TABLE `destoon_cache` ( `cacheid` varchar(32) NOT NULL DEFAULT '', `totime` int(10) unsigned NOT NULL DEFAULT '0', UNIQUE KEY `cacheid` (`cacheid`) ) ENGINE=MyISAM DEFAULT CHARSET=gbk COMMENT='??????
请问各位大神是哪里的问题啊?
DoSetDbChar('gbk');
E_D("DROP TABLE IF EXISTS `destoon_cache`;");
E_C("CREATE TABLE `destoon_cache` (
`cacheid` varchar(32) NOT NULL DEFAULT '',
`totime` int(10) unsigned NOT NULL DEFAULT '0',
UNIQUE KEY `cacheid` (`cacheid`)
) ENGINE=MEMORY DEFAULT CHARSET=gbk COMMENT='??????");
require("../../inc/footer.php");
?>
这个我几个月前早发现了
不要用帝国
关键是,现在升级后系统崩溃,无法恢复了
页:
[1]