File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -335,10 +335,14 @@ $ yum install -y http://dev.mysql.com/get/mysql57-community-release-el7-9.noarch
335
335
$ yum install -y mysql mysql-devel mysql-server mysql-utilities
336
336
337
337
# 国内源本地安装
338
- # rpm包下载地址
339
- $ curl -L -O http://mirrors.ustc.edu.cn/mysql-ftp/Downloads/MySQL-5.7/mysql-community-server-5.7.33-1.el7.x86_64.rpm
338
+ # rpm包下载地址 http://mirrors.ustc.edu.cn/mysql-ftp/Downloads/MySQL-5.7/
340
339
$ curl -L -O http://mirrors.ustc.edu.cn/mysql-ftp/Downloads/MySQL-5.7/mysql-community-common-5.7.33-1.el7.x86_64.rpm
340
+ $ curl -L -O http://mirrors.ustc.edu.cn/mysql-ftp/Downloads/MySQL-5.7/mysql-community-libs-5.7.33-1.el7.x86_64.rpm
341
+ $ curl -L -O http://mirrors.ustc.edu.cn/mysql-ftp/Downloads/MySQL-5.7/mysql-community-client-5.7.33-1.el7.x86_64.rpm
342
+ $ curl -L -O http://mirrors.ustc.edu.cn/mysql-ftp/Downloads/MySQL-5.7/mysql-community-server-5.7.33-1.el7.x86_64.rpm
341
343
$ yum localinstall mysql-community-common-5.7.33-1.el7.x86_64.rpm
344
+ $ yum localinstall mysql-community-libs-5.7.33-1.el7.x86_64.rpm
345
+ $ yum localinstall mysql-community-client-5.7.33-1.el7.x86_64.rpm
342
346
$ yum localinstall mysql-community-server-5.7.33-1.el7.x86_64.rpm
343
347
344
348
$ systemctl enable mysqld && systemctl start mysqld
You can’t perform that action at this time.
0 commit comments