Tag Archives: yum install mysql-server

Solve yum install mysql-server exception under CentOS7: No package mysql-server available.

Solution to the problem that yum installs mysql-server has no available package:

step 1: wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm

step 2: rpm -ivh mysql-community-release-el7-5.noarch.rpm

After the above two steps, execute again: yum install mysql-server command can be successfully installed.