MySQL: #126 - Incorrect key file for table

前端 未结 17 1946
臣服心动
臣服心动 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

    I know that this is an old topic but none of the solution mentioned worked for me. I have done something else that worked:

    You need to:

    1. stop the MySQL service:
    2. Open mysql\data
    3. Remove both ib_logfile0 and ib_logfile1.
    4. Restart the service

提交回复
热议问题