Discuz!小编 发表于 2026-4-3 09:58:22

求助:(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人回答

Sylvia 发表于 2026-4-3 09:58:33

检查下数据库表common_syscache是否存在。

Sylvia 发表于 2026-4-3 09:59:24

没有这个表,要怎么办?

KarlMock59 发表于 2026-4-3 10:00:17

备份恢复 或者重建下
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;

杰克 发表于 2026-4-3 10:01:06

重新新建一个呢
页: [1]
查看完整版本: 求助:(1146) Table 'gxhzzs.common_syscache' doesn't exist New