和气生财 发表于 2013-6-5 04:28:02

用论坛默认的备份恢复数据之后发帖就失败了,究竟是哪个表丢了呢?

用论坛默认的备份恢复数据之后发帖就失败了,究竟是哪个表丢了呢?我用TOOLS修复,也提示说"没有需要修复的表"

5842136 发表于 2013-6-5 04:30:01

直接用tools修复下
站长的伴侣,Tools 2.5 版本发布(适用于 Discuz! X2.5)
http://www.discuz.net/thread-2809115-1-1.html

Discuz!系列教程-tools工具之不用装也可以用的方法
http://www.discuz.net/thread-3199660-1-1.html

新歌 发表于 2013-6-5 04:36:00

修复了没用,我点一键修复提示说"没有需要修复的表"

东北人 发表于 2013-6-5 04:39:05

执行sql语句
[*]DROP TABLE IF EXISTS pre_common_stat;
[*]CREATE TABLE pre_common_stat (
[*]daytime int(10) unsigned NOT NULL DEFAULT '0',
[*]login int(10) unsigned NOT NULL DEFAULT '0',
[*]mobilelogin int(10) unsigned NOT NULL DEFAULT '0',
[*]connectlogin int(10) unsigned NOT NULL DEFAULT '0',
[*]register int(10) unsigned NOT NULL DEFAULT '0',
[*]invite int(10) unsigned NOT NULL DEFAULT '0',
[*]appinvite int(10) unsigned NOT NULL DEFAULT '0',
[*]doing int(10) unsigned NOT NULL DEFAULT '0',
[*]blog int(10) unsigned NOT NULL DEFAULT '0',
[*]pic int(10) unsigned NOT NULL DEFAULT '0',
[*]poll int(10) unsigned NOT NULL DEFAULT '0',
[*]activity int(10) unsigned NOT NULL DEFAULT '0',
[*]`share` int(10) unsigned NOT NULL DEFAULT '0',
[*]thread int(10) unsigned NOT NULL DEFAULT '0',
[*]docomment int(10) unsigned NOT NULL DEFAULT '0',
[*]blogcomment int(10) unsigned NOT NULL DEFAULT '0',
[*]piccomment int(10) unsigned NOT NULL DEFAULT '0',
[*]sharecomment int(10) unsigned NOT NULL DEFAULT '0',
[*]reward int(10) unsigned NOT NULL DEFAULT '0',
[*]debate int(10) unsigned NOT NULL DEFAULT '0',
[*]trade int(10) unsigned NOT NULL DEFAULT '0',
[*]`group` int(10) unsigned NOT NULL DEFAULT '0',
[*]groupjoin int(10) unsigned NOT NULL DEFAULT '0',
[*]groupthread int(10) unsigned NOT NULL DEFAULT '0',
[*]grouppost int(10) unsigned NOT NULL DEFAULT '0',
[*]post int(10) unsigned NOT NULL DEFAULT '0',
[*]wall int(10) unsigned NOT NULL DEFAULT '0',
[*]poke int(10) unsigned NOT NULL DEFAULT '0',
[*]click int(10) unsigned NOT NULL DEFAULT '0',
[*]sendpm int(10) unsigned NOT NULL DEFAULT '0',
[*]friend int(10) unsigned NOT NULL DEFAULT '0',
[*]addfriend int(10) unsigned NOT NULL DEFAULT '0',
[*]PRIMARY KEY (daytime)) TYPE=MyISAM;

复制代码

海盗 发表于 2013-6-5 04:39:17

pre_common_stat 表缺少或出错,不过,恢复后表丢失,可能还有其他表也少了

蓝色海域 发表于 2013-6-5 04:44:43

我在后台用数据库里的"校验",发现少了一些表
缺少的数据表 (为了保证站点的正常运行,请立即补充以下缺少的数据表)
pre_common_block_item
pre_common_block_item_data
pre_common_block_style
pre_common_block_xml
pre_forum_collection
pre_home_doing
pre_portal_article_title

请问这些怎么修复呀?有没有什么专门修数据表的工具呢?为什么Tools不好用呢?

   http://bbs.web49.com/static/image/common/none.gif

伊泽浩 发表于 2013-6-5 04:47:08

installdatainstall.sql在里面搜索表名,按照我给你的格式复制sql语句,再执行

hack119 发表于 2013-6-5 04:52:52

谢谢你,再请问一下像用后台数据库校检出来的"存在错误字段的数据表"这些数据表用修复吗?

   http://bbs.web49.com/static/image/common/none.gif

pingo924 发表于 2013-6-5 04:53:45

可以先备份数据后再做修复
页: [1]
查看完整版本: 用论坛默认的备份恢复数据之后发帖就失败了,究竟是哪个表丢了呢?