错误表现形式:
Table '.\mysql\proc' is marked as crashed and should be repaired

修复方法:
命令行进入到mysql的bin目录执行:
myisamchk -f D:\Program Files\MySQL\MySQL Server 5.1\data\mysql\*.MYI
版权声明:本文为iteye_11137原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
错误表现形式:
Table '.\mysql\proc' is marked as crashed and should be repaired

修复方法:
命令行进入到mysql的bin目录执行:
myisamchk -f D:\Program Files\MySQL\MySQL Server 5.1\data\mysql\*.MYI