首页 > 代码库 > mysqld: Incorrect key file for table

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表