Mysql – Can’t create/write to file ‘#sql_1fc7_3.MYD’ (Errcode: 17)

MySQL

Can't create/write to file '#sql_1fc7_3.MYD' (Errcode: 17)

how can i fix that?

Best Answer

Error 17 is "file exists".

See if anything else has #sql_1fc7_3.MYD open:

lsof | grep '#sql_1fc7_3.MYD'

If it doesn't, then move it. I'm not sure what led to this problem, but one guess is that MySQL crashed at some point and as a result didn't clean up a temp table's file named #sql_1fc7_3.MYD.