Mysql error on debian server

Hi I have a debian server.

Today my site was showing an error establishing a database connection.

When I tried to restart mysql I get this error:

ERROR: section with too large! failed!

I also ran apt-get clean command but still get this error.

Please, help

+2


source to share


2 answers


It looks like you are out of disk space. Have you checked it? This will tell you how fat your monsters are:

df 

      




I tried to put your comment in the bottom block. I thought your disk was full. Using% = 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 

      

+2


source


It looks like the section your mysqld is in, or your data files, is full. What is the output of the command df

(no disk)?



+1


source







All Articles