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
Related posts
Posted in: Linux.
Tagged: Centos · check disk space · command · grep · MySQL · netstat · port 3306
0 Comments on “Centos command for disk and mysql”
Leave a Comment