Portal Home > Knowledgebase > Articles Database > my /tmp folder getting full this make mysql error in sites
my /tmp folder getting full this make mysql error in sites
Posted by yajur, 10-10-2009, 06:08 PM |
my /tmp folder getting full this make mysql error in sites
i have 450MB space for /tmp folder
i seen /tmp is full
so i done this
cd /tmp
find . -exec rm {} \;
after some time mysql worked nice with 20min i got the same mysql error
#1030 - Got error 28 from storage engine
so i once again moved to /tmp done du -h but i seen only 2mb file,but still mysql is down what will be the issue?
|
Posted by root24x7, 10-10-2009, 07:00 PM |
Error 28 means "No space left on device".
Can you check the disk usage using command "df -h".
|
Posted by yajur, 10-11-2009, 04:35 AM |
thanks for the reply
it due to litespeed swap file i moved the file to other partion
|
Add to Favourites Print this Article
Also Read