How do you fix a MySQL "Incorrect key file" error when you can't repair the table?
Posted
by Wayne M
on Stack Overflow
See other posts from Stack Overflow
or by Wayne M
Published on 2010-03-11T21:15:36Z
Indexed on
2010/03/11
21:19 UTC
Read the original article
Hit count: 183
mysql
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_201e_0.MYI'; try to repair it
but the storage engine I'm using (whatever the default is, I guess?) doesn't support repairing tables.
how do I fix this so I can run the query?
© Stack Overflow or respective owner