今天打开系统报错,排查下去,具体是这个错误:ERROR 145 (HY000): Table ‘./cmxt/cm_user_pref‘ is marked as crashed and should be repaired 解决方法如下:(用此方法修复成功) mysql> repair table cmxt.cm_user_pref;
2014-08-26 数据库表崩溃
原文:http://www.cnblogs.com/harry0519qing/p/4158250.html