久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线
Discuz! 官方交流社區(qū)
標(biāo)題:
求助 (1146) Table 'xdm721927142_db.common_syscache' doesn't exist
[打印本頁]
作者:
kangrujie
時間:
2020-2-25 15:48
標(biāo)題:
求助 (1146) Table 'xdm721927142_db.common_syscache' doesn't exist
(1146) Table 'xdm721927142_db.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')
求解~~
作者:
老周部落
時間:
2020-2-25 22:16
本帖最后由 老周部落 于 2020-2-25 22:18 編輯
請在數(shù)據(jù)庫執(zhí)行以下語句
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)
) TYPE=MyISAM;
復(fù)制代碼
歡迎光臨 Discuz! 官方交流社區(qū) (http://www.9999xn.com/)
Powered by Discuz! W1.0