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

Incorrect key file for table './xx_db/xx_table.MYI'; try to repair it

时间:2016-06-11 11:58:42      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:

异常,坏表?

运行程序突然报异常:Incorrect key file for table ‘./xx_db/xx_table.MYI‘;try to repair it

 

解决办法:

可以先运行 CHECK TABLE表名检查下是否存在错误。

然后运行 REPAIR TABLE表名进行修复。

Incorrect key file for table './xx_db/xx_table.MYI'; try to repair it

标签:

原文地址:http://www.cnblogs.com/toSeeMyDream/p/5574914.html

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