MySQL incorrect key file for tmp table when making multiple joins

后端 未结 11 1237
轻奢々
轻奢々 2020-11-27 17:01

I don\'t come here for help often but I am pretty frustrated by this and I am hoping someone has encountered it before.

Whenever I try to fetch records from a table

11条回答
  •  遥遥无期
    2020-11-27 17:42

    Only increase the file tmp, because mysql doesn't have space in it, for queries...

    mount -o remount,size=[NEW MAX SIZE HERE] tmpfs /tmp
    

    Links reference:

    General error: 126 Incorrect key file for table ‘/tmp/#sql_254c_0.MYI’; try to repair it

    [ERROR] /usr/sbin/mysqld: Incorrect key file for table '/mysqltmp/#sql_ca1a_0.MYI'; try to repair it

    How to increase /tmp partition size

提交回复
热议问题