Table '.mysqlproc' is marked as crashed and should be repaired 报错

Posted zping

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Table '.mysqlproc' is marked as crashed and should be repaired 报错相关的知识,希望对你有一定的参考价值。

Table ‘.\MySQL\proc‘ is marked as crashed and should be repaired 报错

 

解决方法:

找到mysql的安装目录的bin/myisamchk工具,在命令行中输入:

myisamchk -c -r ../data/mysql/proc.MYI

然后myisamchk 工具会帮助你恢复数据表的索引。重新启动mysql,问题解决。

以上是关于Table '.mysqlproc' is marked as crashed and should be repaired 报错的主要内容,如果未能解决你的问题,请参考以下文章