Install mysql on CentOS Standard Share This: Facebook Twitter Google+ Stumble Digg Install Mysql yum -y install mysql mysql-server On Service mysqld chkconfig mysqld on Start Service mysqld service mysqld start Set Mysql root password /usr/bin/mysqladmin -u root password 'MYSQL_PASSWORD' Read More