Discuz!官方免费开源建站系统

 找回密码
 立即注册
搜索

[已解决] 搜索出现的问题(1146) Table 'r35u9lf52rhf5339.common_searchindex' doesn't exist

[复制链接]
小V5 发表于 2014-10-16 23:08:57 | 显示全部楼层 |阅读模式

图在上方,论坛搜索就出现这个.检查站点:www.mi90.com

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

crx349 发表于 2014-10-16 23:15:50 | 显示全部楼层
可能数据库 没搬好 重新搬下哦
回复

使用道具 举报

DZ动力1009 发表于 2014-10-17 09:07:56 | 显示全部楼层
提示该表不存在
重新备份下这个表导入或找到创建这个表的sql语句创建
回复

使用道具 举报

DZ动力1013 发表于 2014-10-17 10:07:54 | 显示全部楼层
这个是搜索结果缓存数据表丢失,重建一下就可以了
后台,站长,数据库,升级

  1. CREATE TABLE pre_common_searchindex (
  2.   searchid int(10) unsigned NOT NULL AUTO_INCREMENT,
  3.   srchmod tinyint(3) unsigned NOT NULL,
  4.   keywords varchar(255) NOT NULL DEFAULT '',
  5.   searchstring text NOT NULL,
  6.   useip varchar(15) NOT NULL DEFAULT '',
  7.   uid mediumint(10) unsigned NOT NULL DEFAULT '0',
  8.   dateline int(10) unsigned NOT NULL DEFAULT '0',
  9.   expiration int(10) unsigned NOT NULL DEFAULT '0',
  10.   threadsortid smallint(6) unsigned NOT NULL DEFAULT '0',
  11.   num smallint(6) unsigned NOT NULL DEFAULT '0',
  12.   ids text NOT NULL,
  13.   PRIMARY KEY (searchid),
  14.   KEY srchmod (srchmod)
  15. ) TYPE=MyISAM;
复制代码
回复

使用道具 举报

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

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-9-11 15:40 , Processed in 0.105715 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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