Hello,
There is a solution for this type mysql error. This error appear due to a corrupted table format in a myisam table. The myISAM folder will have an frm file which contains the schema of that table. You can use that schema to rebuild the table from the mysql command prompt .
You need to execute the query as follows,
# repair table table_name use_frm;
Thank you! works perfect
great it works thnx a lot man
Sherin, you rock!!!!!!
I am years on Mysql and prefer Linux for all software I roll uots
Thanks