求助:(1146) Table 'gxhzzs.common_syscache' doesn't exist New
求助:(1146) Table 'gxhzzs.common_syscache' doesn't exist网站换服务器显示:
SELECT * FROM common_syscache WHERE `cname` IN('announcements','onlinelist','forumlinks','heats','historyposts','onlinerecord','userstats','diytemplatenameforum','plugin','pluginlanguage_system','setting','style_default','cronnextrun')
我知道答案 回答被采纳将会获得1 贡献 已有4人回答 检查下数据库表common_syscache是否存在。 没有这个表,要怎么办? 备份恢复 或者重建下
CREATE TABLE pre_common_syscache (cname varchar(32) NOT NULL,ctype tinyint(3) unsigned NOT NULL,dateline int(10) unsigned NOT NULL,`data` mediumblob NOT NULL,PRIMARY KEY (cname)) ENGINE=InnoDB; 重新新建一个呢
页:
[1]