龙网论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 150|回复: 0
收起左侧

[DZ] Discuz can‘t find “pre_forum_rsscache“的解决方案

[复制链接]
发表于 2021-7-22 14:35 | 显示全部楼层 |阅读模式
  1. DROP TABLE IF EXISTS pre_forum_rsscache;
  2. CREATE TABLE pre_forum_rsscache (
  3.   lastupdate int(10) unsigned NOT NULL DEFAULT '0',
  4.   fid mediumint(8) unsigned NOT NULL DEFAULT '0',
  5.   tid mediumint(8) unsigned NOT NULL DEFAULT '0',
  6.   dateline int(10) unsigned NOT NULL DEFAULT '0',
  7.   forum char(50) NOT NULL DEFAULT '',
  8.   author char(15) NOT NULL DEFAULT '',
  9.   `subject` char(80) NOT NULL DEFAULT '',
  10.   description char(255) NOT NULL DEFAULT '',
  11.   guidetype char(10) NOT NULL DEFAULT '',
  12.   UNIQUE KEY tid (tid),
  13.   KEY fid (fid,dateline)
  14. ) ENGINE=MYISAM DEFAULT CHARSET=utf8;
复制代码
网上很多代码最后一行有问题,其实应该在phpmyadmin里运行

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|Archiver|龙网论坛 ( 辽ICP备06014320号 )

GMT+8, 2024-4-20 06:57

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表