To resolve the above error message, you will need to repair xyz.myi table by using these steps:
1. To check and analyze the corrupted table, use either of the two commands:
myisamchk xyz.myi
Or
Check Table xyz
2. To repair the corrupted table, use either of the two commands:
myisamchk -r –q xyz (-r -q means “quick recovery mode”)
Or
Repair Table xyz
But if the above repair commands fail to repair the xyz table, you need to repair the table by using powerful MySQL Repair software. Such MySQL Database Repair applications incorporate advanced scanning algorithms to repair and restore the data stored in MyISAM tables. I would suggest Stellar Phoenix Database Recovery For MySQL to repair and recover corrupted MySQl database.