MySQL: #126 - Incorrect key file for table

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

    Try to use limit in your query. It's because of full disk as said by @Monsters X.

    I have also faced this problem and solved by limit in query, because the thousands of records were there. Now working good :)

提交回复
热议问题