PDA

View Full Version : temp directory server not writable


chriz
19th of February 2005 (Sat), 10:31
Got this error today:
Error writing file '/tmp/mysql.log' (Errcode: 28 )

But I did not change anything. Why would this happen?

Chriz
here is the site. http://ee.photoevents.nu

Pekka
19th of February 2005 (Sat), 12:07
If it is a mysql error you can get the meaning of the error code by using perror command in shell:

http://dev.mysql.com/doc/mysql/en/perror.html

Most likely error 28 is "No Space left on device" in other words "disk full".