WHAT A LAMP Rotating Header Image

Posts Tagged ‘port 3306’

Centos command for disk and mysql

Check disk space
df -h
Check Error log
tail -f /var/log/mysqld.log
check port 3306
netstat -ntpl |grep 3306