Skip to content

Commit 5e74f43

Browse files
authored
Update php7.md
1 parent e711a7f commit 5e74f43

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

php7.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,10 +335,14 @@ $ yum install -y http://dev.mysql.com/get/mysql57-community-release-el7-9.noarch
335335
$ yum install -y mysql mysql-devel mysql-server mysql-utilities
336336
337337
# 国内源本地安装
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/
340339
$ 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
341343
$ 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
342346
$ yum localinstall mysql-community-server-5.7.33-1.el7.x86_64.rpm
343347
344348
$ systemctl enable mysqld && systemctl start mysqld

0 commit comments

Comments
 (0)