hanifpram How do I overcome this, I tried to restart and succeeded. Mysql is not dead, but the website is down. When I try to restart the new mysql is normal. Is there an auto restart for this problem with cronjob?
thiagotgc hanifpram Did you try to run the fix? Did you reinstall the base? Always back up before any maintenance.
gacott I have had this issue a number of times now myself, I'd like to hear more about how to troubleshoot this. MySQL IS running. Maybe the socket went away?
thiagotgc hanifpram Uninstall MySQL from the panel, then check if there is any service running on port 3306 with the command netstat -putan See also the syslog, if there is any trace ...
aaPanel_Jose hanifpram Perhaps the restart command fails to restart mysql, you can try to executepkill -9 mysqldand /etc/init.d/mysqld start a in the ssh terminal