You should be removing all mysql on server with commands: yum remove mysql* After that you can use commands: yum install mysqld mysql-server mysql-dev , mySQL will be install on your server. Good luck !