You can fix this problem using your favourite administrative tool for MySQL.
This is what you have to do:
- Log in to your db
- Open a query editor
- Write a statement like this
repair table "TABLENAME" use_frm;
- Execute the query
This should solve the issue with the table by forcing the index to be rebuilt from the database file.