How do you fix a MySQL “Incorrect key file” error when you can't repair the table?

前端 未结 10 1912
眼角桃花
眼角桃花 2020-12-13 08:53

I\'m trying to run a rather large query that is supposed to run nightly to populate a table. I\'m getting an error saying Incorrect key file for table \'/var/tmp/#sql

10条回答
  •  别那么骄傲
    2020-12-13 09:39

    this issue is because of low storage space availability of a particular drive(c:\ or d:\ etc.,), release some memory then it will work.

    Thanks Saikumar.P

提交回复
热议问题