MySQL hugh problem

hansvdput

Verified User
Joined
Jun 29, 2015
Messages
42
I have a hugh problem with my MySQL.
The service doesn't start.

In the log it sais there is no space for the FILE.PID to start.

But where / what can i delete?

I host 20 websites at a 750GB disk. should be plenty of room
 
Hi,

Check your server disk space utilization through below command;

# df -h

This will give you an overview of disk utilization.

Below command will give you disk space utilization top-folder wise
# du -sch /

Based on the output, you can decide where the space is being occupied more.
 
Back
Top