Question

Hi i have a debian server.

Today my site was showing Error establishing a database connection.

When i tried to restart mysql i am getting this error:

ERROR: The partition with is too full! failed!

I have run apt-get clean command also but still i am getting this error.

Please help

Was it helpful?

Solution

It sounds like you are out of disk space. Have you checked? This will tell you how full your mounts are:

df 

I've tried to put your comment into the below block. It looked to me like your drive is full. Use% = 100% is bad.

Filesystem      1K-blocks    Used Available Use% Mounted on 
/dev/sda1         9805144 9308424         0 100% 
/tmpfs             131156       0    131156   0% 
/lib/init/rw udev  131156      20    131136   1% 
/dev  tmpfs        131156       0    131156   0% 
/dev/shm none      131156       0    131156   0% 
/dev/shm overflow    1024       0      1024   0% 
/tmp 

OTHER TIPS

Looks like the partition where your mysqld is or your data-files are located is full. What is the output of a df command (disc-free)?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top