mysqld: Incorrect key file for table

错误

140624 0:53:42 [ERROR] /usr/libexec/mysqld: Incorrect key file for table ‘./xx/xxx.MYI‘; try to repair it
140624 0:53:42 [ERROR] /usr/libexec/mysqld: Incorrect key file for table ‘./xx/xxx.MYI‘; try to repair it
140624 0:53:42 [ERROR] Got an error from thread_id=10444, /builddir/build/BUILD/mysql-5.5.34/storage/myisam/mi_update.c:226
140624 0:53:42 [ERROR] MySQL thread id 10444, OS thread handle 0xa0fceb70, query id 75170579 xxxx xx root Updating

 

check table xxx      #查看xxx表是否损坏
repair table xxx     #修复xxx表

 

mysqld: Incorrect key file for table,布布扣,bubuko.com

mysqld: Incorrect key file for table

上一篇:PTA_甲_1001 A+B Format


下一篇:mySQL中replace的用法