码迷,mamicode.com
首页 > 数据库 > 详细

Table '.\mysql\proc' is marked as crashed and should be repaired 报错

时间:2017-02-06 16:03:33      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:目录   get   mysql的安装   replace   bsp   数据表   方法   报错   title   

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

 

解决方法:

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

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

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

Table '.\mysql\proc' is marked as crashed and should be repaired 报错

标签:目录   get   mysql的安装   replace   bsp   数据表   方法   报错   title   

原文地址:http://www.cnblogs.com/zping/p/6370566.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!