MySQL, Error 126: Incorrect key file for table

前端 未结 5 1445
一向
一向 2020-12-03 04:35

I read the following question that has relevance, but the replies didn\'t satify me: MySQL: #126 - Incorrect key file for table


The problem

When runn

5条回答
  •  既然无缘
    2020-12-03 05:09

    You just need to repair your table which use in search query. this problem generally occur on search query.

    go to "table_name" -> operation- > repair (just one click) effect may take some time to apply

提交回复
热议问题