LinuxMCE Forums

General => Users => Topic started by: deffcon on August 19, 2008, 08:16:15 AM

Title: /etc/init.d/mysql: ERROR: The partition with /var/lib/mysql is too full!
Post by: deffcon on August 19, 2008, 08:16:15 AM
Hi,

After a couple of days running linuxMCE 0710 RC2 i get this message /etc/init.d/mysql: ERROR: The partition with /var/lib/mysql is too full!

The problem is, that i can't start mysql anymore, anyone any ideas?

Dave

Ps. I already checked with df -h if there was low diskspace on my 160 gb hdd and i don't have any space left but this happened in a few hours, and i can't see in which directory or file the size is in.
Title: Re: /etc/init.d/mysql: ERROR: The partition with /var/lib/mysql is too full!
Post by: Zaerc on August 19, 2008, 01:31:52 PM
Start from the root (/) directory and run du -cms *|sort -n the biggest folders/files should be at the bottom, drill down by changing into the "big" directories and repeat.

Or maybe somebody else has a better way...