I have the following error with one of our web applications -
Query3 failed: Error writing file '/tmp/MY1fnqpm' (Errcode: 28) ... INSERT MailList... (removed the rest of the query for security reasons)
Any ideas - is this some hard disk space issue on my server?
As pointed above Error code 28 means that there's insufficient disk space. Please note that it's a server error message, not client. So make sure you're checking on the right server. It could be caused, as others pointed out, by a lack of free space on the device.
This error means that your mysql server does not have enough free space. You need to check the file system size and please remove unwanted software(s) or installers or files. What we suggest is please try to remove the files in /tmp first before you proceed to remove other files of software's.
Use the perror
command:
$ perror 28 OS error code 28: No space left on device
Unless error codes are different on your system, your file system is full.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With