When I try to do a large query (such as found here: https://stackoverflow.com/a/23381855/1070958 ) Im getting this:
Error Code: 3. Error writing file '/tmp/MYYQVeZr' (Errcode: 28)
Its not a space issue or a permission issue either:
What is wrong?
When I try to do a large query (such as found here: https://stackoverflow.com/a/23381855/1070958 ) Im getting this:
Error Code: 3. Error writing file '/tmp/MYYQVeZr' (Errcode: 28)
Its not a space issue or a permission issue either:
What is wrong?
Turshija here tells that:
If you have too many small files you may have inodes full. Check it with df -i
in "IFree" or "IUse%" fields.
Isn't it your case?