mysql Incorrect file format 表修复


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;


« 
» 
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3