How to Install MySQL on CentOS 7
1. Download the Installation Package sudo wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm 2. Start Installation sudo yum -y install mysql57-community-release-el7-10.noarch.rpm 3. Install the Server sudo yum -y install mysql-community-server If the above error occurs during installation (errors may vary depending on the environment), please refer to the following solutions: Error 1 Error: Package: akonadi-mysql-1.9.2-4.el7.x86_64 (@anaconda) requires: mariadb-server Removing: 1:mariadb-server-5.5.68-1.el7.x86_64 (@anaconda) mariadb-server = 1:5.5.68-1.el7 Obsoleted By: mysql-community-server-5.7.41-1.el7.x86_64 (mysql57-community) Not found You could try using --skip-broken to work around the problem ...