今天给一个朋友配置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 destoon_session;
转载于:https://blog.51cto.com/11024720/2090118