Table XXX is marked as crashed and should be repaired问题

数据表出错了,查询数据获取不到了。

尝试一

重启mysql

service mysqld restart

没用,重启并没有把表修复掉

 

尝试二

Table XXX is marked as crashed and should be repaired问题_第1张图片

check table vicidial_list;
repair table vicidial_list;

发现没有这个数据库,原因是没有用密码登陆

Table XXX is marked as crashed and should be repaired问题_第2张图片

通过密码登陆之后,进入了数据库

Table XXX is marked as crashed and should be repaired问题_第3张图片

Table XXX is marked as crashed and should be repaired问题_第4张图片

成功!

问题解决!



本文转自TBHacker博客园博客,原文链接:http://www.cnblogs.com/jiqing9006/p/4991728.html,如需转载请自行联系原作者

你可能感兴趣的:(数据库)