Hi,
Incorrect key file for table '/tmp/#sql_185e_0.MYI'; try to repair it
What does this error mean?
"Incorrect key file for table '/tmp/#sql_185e_0.MYI'; try to repair it"
I'm inserting 400k records in a table by 25k per batch using PHP in command line. If I inserted only 1k records then it will not produce the MySQL error.
Does the error mean that my server has no more disk space?
Thanks.