Jul
18
After I rebooted manually my database server I received following message in mysql log:
[ERROR] /usr/libexec/mysqld: Incorrect key file for table <name of the table>.MYI’; try to repair it
The fix is relatively simple
- Go to MySQL console – mysql
- Point to correct database – use <database name>
- Issue command to repair – repair table <name of the table>
- Sit back and wait – it will take some time
Comments
One Response to “[ERROR] /usr/libexec/mysqld: Incorrect key file for table”
Leave a Reply
You must be logged in to post a comment.
Very good!
Ty a lot.