男的舔女的下面视频在线播放-少妇愉情理仑片高潮日本-久久久久久国产一区二区三区-麻豆精品一区二区综合-国产精品超碰在线观看-网红极品女神精品视频在线-国产亚洲综合777-高清性视频一区二区播放-中文字幕第一页亚洲天堂

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://m.sdtechgong.com.cn/) Powered by Discuz! X5.0