Home > OS >  Centos install MySQL
Centos install MySQL

Time:09-22

How to manually install MySQL centos7

CodePudding user response:

Source is installed, the RPM installation can download the corresponding package is good

CodePudding user response:

Yum -y install mariadb mariadb server
-Mysql_secure_installation
Mysql - uroot -p you configure a password

CodePudding user response:

It is recommended to use the source code installation, the search a lot,
  • Related