Destoon数据库Table xxx is marked as crashed and should be repaired错误的解决方法
发布时间:2015-07-07     
 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;