当前位置:首页 > 未命名 > 正文内容

discuz论坛:security_failedlog' is marked as crashed

程序猿7年前 (2018-11-16)未命名823

最近发现 Discuz! Database Error:

(144) Table 'security_failedlog' is marked as crashed and last (automatic?) repair failed

SELECT count(*) FROM security_failedlog

原来这是防火墙防水贴的表坏了。需要修复。很简单地,我们试图 repair table security_failedlog;但是发现无效。试图 myisamchk -r -c security_failedlog;还是无效,决定更改参数 -c -f;修改好了;delete from 该表;


扫描二维码手机访问。版权声明:本文由橘万家版权所有,严禁转载复制。

本文链接:http://tech.juhome.net/article/18.html

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。