Sunday, March 29, 2009

MySQL 索引文件损坏的提示信息 #1016 (errno: 145)

#1016 - Can't open file: 'table.MYI'. (errno: 145)

MySQL数据库中的表 "table" 的索引文件损坏。

可在sql语句模式下,先执行检查,再修复。

sql> check table `table`;

sql> repair table `table`;

No comments: