Installing mysql server on Centos 7 在 Linux上安装
You should install only one MySQL version on your CentOS 7 server. If you are not sure which version to install consult the documentation of the applications you’re going to deploy on your server. Install MySQL 8.0 on CentOS 7 At the time of writing this article, the latest version of MySQL is version 8.0. To install it on your CentOS 7 server follow the steps below: Enable the MySQL 8.0 repository with the following command: sudo yum localinstall https://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpm Install MySQL 8.0 package with yum: sudo yum install mysql-community-server