How to fix “ERROR 130 (HY000): Incorrect file format”

前端 未结 3 968
甜味超标
甜味超标 2020-12-11 02:04

I have a problem with my database when I made a query on one of my tables I get this error message

ERROR 130 (HY000): Incorrect file format

3条回答
  •  [愿得一人]
    2020-12-11 02:16

    Type repair table 'table_name' use_frm in SQL editor and execute it. This repairs the index. Good working...

提交回复
热议问题