Check disk space
df -h
Check Error log
tail -f /var/log/mysqld.log
check port 3306
netstat -ntpl |grep 3306
Full tips on a wide range of web technology.
Check disk space
df -h
Check Error log
tail -f /var/log/mysqld.log
check port 3306
netstat -ntpl |grep 3306