What I Learned Today
Mysql: Install (CentOS)

To install mysql on Centos:

sudo yum install -y mysql mysql-server
sudo /etc/init.d/mysqld start
sudo chkconfig --level 345 mysqld on ## To auto start at boot