Got error: 130: Incorrect file format ‘some_table’ – mysql issue fix

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;