MySQL: #126 - Incorrect key file for table

前端 未结 17 1939
臣服心动
臣服心动 2020-11-29 02:18

I got the following error from a MySQL query.

#126 - Incorrect key file for table

I have not even declared a key for this table, but I do have i

17条回答
  •  半阙折子戏
    2020-11-29 02:40

    Try to run a repair command for each one of the tables involved in the query.

    Use MySQL administrator, go to Catalog -> Select your Catalog -> Select a table -> Click the Maintenance button -> Repair -> Use FRM.

提交回复
热议问题