Destoon数据库Table xxx is marked as crashed and should be repaired错误的解决方法

来源: https://destoon.cc/ 日期: 2019-03-01 22:17:59 人气: - 评论: 0

 Destoon数据库Table xxx is marked as crashed and should be repaired错误的解决方法

服务器断电等原因可能导致数据表损坏,导致访问的时候提示:


Table xxx is marked as crashed and should be repaired

其中xxx为表的名称。

可以在phpmyadmin执行以下修复语句来解决此问题:

repair table xxx;

例如 repair table DT_session;