CentOS 7 – MySQL 8 installation

By default, CentOS uses MariaDB, to install MySQL, you need to add a repository:

sudo rpm -Uvh https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm

 

See the list of repositories:

sudo yum repolist

 

Install:

sudo yum install mysql-community-server

Tagged: Tags

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments