

Install the MySQL Community Server package: $ sudo yum install mysql-community-server Install another library for MySQL Server (if necessary) $ sudo yum-config-manager -disable \*mongo\*Ĭreate a “ /etc//MySQL.repo” file with the content as below: # Enable to use MySQL 5.5 Install a package management software package: $ sudo yum install yum-utilsĭisable repository ‘remi- *’ and internet MongoDB package if pre-ordered: $ sudo yum-config-manager -disable \*epel\*

Disable the current repository on Centos.įailure to do this will result in conflicting package MongoDB on Epel repository. I will point to a local repository dedicated to MySQL. Linux the essential for DevOps Roles. In some cases, you need to install the correct MySQL Community server. The default local repository only supports MySQL packages including MySQL (replaced by Mariadb), Mongodb, so forth.

In this tutorial, How to install MySQL Server on Centos/RedHat.
