RE: Suddenly No Mysql
11-29-2015, 11:35 PM
(This post was last modified: 11-29-2015, 11:39 PM by andreapuglisi95.)
(11-29-2015, 10:26 PM)damanmokha Wrote:(11-29-2015, 10:06 PM)andreapuglisi95 Wrote: Hi! Check if your /var directory is full via ssh . I had the some problem 2 days ago.
cd / and after type df -h
This is the result. after this : df-h
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 500G 30G 471G 6% /
devtmpfs 1.0G 0 1.0G 0% /dev
tmpfs 1.0G 0 1.0G 0% /dev/shm
tmpfs 1.0G 98M 927M 10% /run
tmpfs 1.0G 0 1.0G 0% /sys/fs/cgroup
Uhmm it seems to be ok. Have you tried to restart mysqld with this code, service mysqld restart ? And try a reboot of the server if you can.