久久久久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 existSELECT * 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í)行以下語句

  1. CREATE TABLE pre_common_syscache (
  2.   cname varchar(32) NOT NULL,
  3.   ctype tinyint(3) unsigned NOT NULL,
  4.   dateline int(10) unsigned NOT NULL,
  5.   `data` mediumblob NOT NULL,
  6.   PRIMARY KEY (cname)
  7. ) TYPE=MyISAM;
復(fù)制代碼








歡迎光臨 Discuz! 官方交流社區(qū) (http://www.9999xn.com/) Powered by Discuz! W1.0