WHAT A LAMP Rotating Header Image

Posts Tagged ‘MySQL’

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

Why MySQL

Why I use MySQL?
1) The hosting compnay Dreamhost provides it. I can add unlimited MySQL database on it.
2) This Blog named as What A Lamp. The m of it stands for MySQL.
3) The other reasons I posted below are copied from MySQL official site. You can just treat it as an advertisement.