服务器安装了ESXI,虚拟机Centos7.6从上网到安装LAMP-Apache2.4.6-MySql80-PHP72

centos网卡

ip addr #显示网卡信息,ens192
2: ens192:  mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 00:0c:29:fe:b9:c3 brd ff:ff:ff:ff:ff:ff
    inet 192.168.28.3/24 brd 192.168.28.255 scope global noprefixroute dynamic ens192
       valid_lft 601655sec preferred_lft 601655sec
    inet6 fe80::11b3:d02d:2b1c:5bb8/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever

vi /etc/sysconfig/network-scripts/ifcfg-ens192   #编辑网卡信息
TYPE=Ethernet
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=dhcp
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME=ens192
UUID=58011f46-f001-4b52-adf1-b3bfadb714b1
DEVICE=ens192
ONBOOT=yes  #这里选择yes,代表开机启动网卡,我用的dhcp。

安装Apache

yum install -y httpd
[root@localhost ~]# yum install -y httpd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.ustc.edu.cn
 * epel: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: centos.ustc.edu.cn
 * webtatic: uk.repo.webtatic.com
Resolving Dependencies
--> Running transaction check
---> Package httpd.x86_64 0:2.4.6-89.el7.centos will be installed
--> Processing Dependency: httpd-tools = 2.4.6-89.el7.centos for package: httpd-2.4.6-89.el7.centos.x86_64
--> Processing Dependency: /etc/mime.types for package: httpd-2.4.6-89.el7.centos.x86_64
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.4.6-89.el7.centos.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.4.6-89.el7.centos.x86_64
--> Running transaction check
---> Package apr.x86_64 0:1.4.8-3.el7_4.1 will be installed
---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed
---> Package httpd-tools.x86_64 0:2.4.6-89.el7.centos will be installed
---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

==================================================================================================================================================
 Package                            Arch                          Version                                    Repository                      Size
==================================================================================================================================================
Installing:
 httpd                              x86_64                        2.4.6-89.el7.centos                        updates                        2.7 M
Installing for dependencies:
 apr                                x86_64                        1.4.8-3.el7_4.1                            base                           103 k
 apr-util                           x86_64                        1.5.2-6.el7                                base                            92 k
 httpd-tools                        x86_64                        2.4.6-89.el7.centos                        updates                         90 k
 mailcap                            noarch                        2.1.41-2.el7                               base                            31 k

Transaction Summary
==================================================================================================================================================
Install  1 Package (+4 Dependent packages)

Total download size: 3.0 M
Installed size: 10 M
Downloading packages:
(1/5): httpd-tools-2.4.6-89.el7.centos.x86_64.rpm                                                                          |  90 kB  00:00:00     
(2/5): apr-util-1.5.2-6.el7.x86_64.rpm                                                                                     |  92 kB  00:00:00     
(3/5): mailcap-2.1.41-2.el7.noarch.rpm                                                                                     |  31 kB  00:00:00     
apr-1.4.8-3.el7_4.1.x86_64.rpm FAILED                                          
http://mirrors.njupt.edu.cn/centos/7.6.1810/os/x86_64/Packages/apr-1.4.8-3.el7_4.1.x86_64.rpm: [Errno 12] Timeout on http://10.10.254.10/cache/4/01/mirrors.njupt.edu.cn/79e540c1e1f42a016245d5cafcc64bc9/apr-1.4.8-3.el7_4.1.x86_64.rpm: (28, 'Connection timed out after 30958 milliseconds')
Trying other mirror.
httpd-2.4.6-89.el7.centos.x86_ FAILED                                          
http://mirrors.njupt.edu.cn/centos/7.6.1810/updates/x86_64/Packages/httpd-2.4.6-89.el7.centos.x86_64.rpm: [Errno 12] Timeout on http://10.10.254.10/cache/4/01/mirrors.njupt.edu.cn/49e17afdb2ae1b8c5abbfd9e9cad6313/httpd-2.4.6-89.el7.centos.x86_64.rpm: (28, 'Connection timed out after 30955 milliseconds')
Trying other mirror.
(4/5): apr-1.4.8-3.el7_4.1.x86_64.rpm                                                                                      | 103 kB  00:00:02     
(5/5): httpd-2.4.6-89.el7.centos.x86_64.rpm                                                                                | 2.7 MB  00:00:02     
--------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                              92 kB/s | 3.0 MB  00:00:33     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
  Installing : apr-1.4.8-3.el7_4.1.x86_64                                                                                                     1/5 
  Installing : apr-util-1.5.2-6.el7.x86_64                                                                                                    2/5 
  Installing : httpd-tools-2.4.6-89.el7.centos.x86_64                                                                                         3/5 
  Installing : mailcap-2.1.41-2.el7.noarch                                                                                                    4/5 
  Installing : httpd-2.4.6-89.el7.centos.x86_64                                                                                               5/5 
  Verifying  : httpd-tools-2.4.6-89.el7.centos.x86_64                                                                                         1/5 
  Verifying  : mailcap-2.1.41-2.el7.noarch                                                                                                    2/5 
  Verifying  : httpd-2.4.6-89.el7.centos.x86_64                                                                                               3/5 
  Verifying  : apr-1.4.8-3.el7_4.1.x86_64                                                                                                     4/5 
  Verifying  : apr-util-1.5.2-6.el7.x86_64                                                                                                    5/5 

Installed:
  httpd.x86_64 0:2.4.6-89.el7.centos                                                                                                              

Dependency Installed:
  apr.x86_64 0:1.4.8-3.el7_4.1    apr-util.x86_64 0:1.5.2-6.el7    httpd-tools.x86_64 0:2.4.6-89.el7.centos    mailcap.noarch 0:2.1.41-2.el7   

Complete!
[root@localhost ~]# systemctl start  httpd
[root@localhost ~]# systemctl enable  httpd
Created symlink from /etc/systemd/system/multi-user.target.wants/httpd.service to /usr/lib/systemd/system/httpd.service.
[root@localhost ~]# systemctl status  httpd
● httpd.service - The Apache HTTP Server
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
   Active: active (running) since Wed 2019-05-29 23:34:23 EDT; 15s ago
     Docs: man:httpd(8)
           man:apachectl(8)
 Main PID: 5845 (httpd)
   Status: "Total requests: 0; Current requests/sec: 0; Current traffic:   0 B/sec"
   CGroup: /system.slice/httpd.service
           ├─5845 /usr/sbin/httpd -DFOREGROUND
           ├─5846 /usr/sbin/httpd -DFOREGROUND
           ├─5847 /usr/sbin/httpd -DFOREGROUND
           ├─5848 /usr/sbin/httpd -DFOREGROUND
           ├─5849 /usr/sbin/httpd -DFOREGROUND
           └─5850 /usr/sbin/httpd -DFOREGROUND

May 29 23:34:23 localhost.localdomain systemd[1]: Starting The Apache HTTP Server...
May 29 23:34:23 localhost.localdomain httpd[5845]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name...message
May 29 23:34:23 localhost.localdomain systemd[1]: Started The Apache HTTP Server.
Hint: Some lines were ellipsized, use -l to show in full.

防火墙放通端口

[root@localhost ~]# firewall-cmd --permanent --zone=public  --add-service=http
success
[root@localhost ~]# firewall-cmd --permanent --zone=public  --add-service=https
success
[root@localhost ~]# firewall-cmd --reload
success

服务器安装了ESXI,虚拟机Centos7.6从上网到安装LAMP-Apache2.4.6-MySql80-PHP72_第1张图片

安装mysql80

wget https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm
--2019-05-30 00:13:49--  https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm
Resolving dev.mysql.com (dev.mysql.com)... 137.254.60.11
Connecting to dev.mysql.com (dev.mysql.com)|137.254.60.11|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://repo.mysql.com//mysql80-community-release-el7-3.noarch.rpm [following]
--2019-05-30 00:13:50--  https://repo.mysql.com//mysql80-community-release-el7-3.noarch.rpm
Resolving repo.mysql.com (repo.mysql.com)... 96.16.173.94
Connecting to repo.mysql.com (repo.mysql.com)|96.16.173.94|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 26024 (25K) [application/x-redhat-package-manager]
Saving to: ‘mysql80-community-release-el7-3.noarch.rpm’

100%[========================================================================================================>] 26,024       134KB/s   in 0.2s   

2019-05-30 00:13:53 (134 KB/s) - ‘mysql80-community-release-el7-3.noarch.rpm’ saved [26024/26024]
 yum -y install mysql80-community-release-el7-3.noarch.rpm

[root@localhost ~]# yum -y install mysql80-community-release-el7-3.noarch.rpm
Loaded plugins: fastestmirror
Examining mysql80-community-release-el7-3.noarch.rpm: mysql80-community-release-el7-3.noarch
Marking mysql80-community-release-el7-3.noarch.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package mysql80-community-release.noarch 0:el7-3 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

==================================================================================================================================================
 Package                                  Arch                  Version              Repository                                              Size
==================================================================================================================================================
Installing:
 mysql80-community-release                noarch                el7-3                /mysql80-community-release-el7-3.noarch                 31 k

Transaction Summary
==================================================================================================================================================
Install  1 Package

Total size: 31 k
Installed size: 31 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : mysql80-community-release-el7-3.noarch                                                                                         1/1 
  Verifying  : mysql80-community-release-el7-3.noarch                                                                                         1/1 

Installed:
  mysql80-community-release.noarch 0:el7-3                                                                                                        

Complete!
yum -y install mysql-community-server
[root@localhost ~]# yum -y install mysql-community-server
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.ustc.edu.cn
 * epel: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: centos.ustc.edu.cn
 * webtatic: uk.repo.webtatic.com
Resolving Dependencies
--> Running transaction check
---> Package mysql-community-server.x86_64 0:8.0.16-2.el7 will be installed
--> Processing Dependency: mysql-community-common(x86-64) = 8.0.16-2.el7 for package: mysql-community-server-8.0.16-2.el7.x86_64
--> Processing Dependency: mysql-community-client(x86-64) >= 8.0.11 for package: mysql-community-server-8.0.16-2.el7.x86_64
--> Processing Dependency: perl(strict) for package: mysql-community-server-8.0.16-2.el7.x86_64
--> Processing Dependency: perl(Getopt::Long) for package: mysql-community-server-8.0.16-2.el7.x86_64
--> Processing Dependency: /usr/bin/perl for package: mysql-community-server-8.0.16-2.el7.x86_64
--> Running transaction check
---> Package mysql-community-client.x86_64 0:8.0.16-2.el7 will be installed
--> Processing Dependency: mysql-community-libs(x86-64) >= 8.0.11 for package: mysql-community-client-8.0.16-2.el7.x86_64
---> Package mysql-community-common.x86_64 0:8.0.16-2.el7 will be installed
---> Package perl.x86_64 4:5.16.3-294.el7_6 will be installed
--> Processing Dependency: perl-libs = 4:5.16.3-294.el7_6 for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl-libs for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-294.el7_6.x86_64
---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
--> Running transaction check
---> Package mariadb-libs.x86_64 1:5.5.60-1.el7_5 will be obsoleted
--> Processing Dependency: libmysqlclient.so.18()(64bit) for package: 2:postfix-2.10.1-7.el7.x86_64
--> Processing Dependency: libmysqlclient.so.18(libmysqlclient_18)(64bit) for package: 2:postfix-2.10.1-7.el7.x86_64
---> Package mysql-community-libs.x86_64 0:8.0.16-2.el7 will be obsoleting
---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed
---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
---> Package perl-libs.x86_64 4:5.16.3-294.el7_6 will be installed
---> Package perl-macros.x86_64 4:5.16.3-294.el7_6 will be installed
---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
--> Running transaction check
---> Package mysql-community-libs-compat.x86_64 0:8.0.16-2.el7 will be obsoleting
---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
---> Package perl-Pod-Escapes.noarch 1:1.04-294.el7_6 will be installed
---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
--> Running transaction check
---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

==================================================================================================================================================
 Package                                     Arch                   Version                               Repository                         Size
==================================================================================================================================================
Installing:
 mysql-community-libs                        x86_64                 8.0.16-2.el7                          mysql80-community                 3.0 M
     replacing  mariadb-libs.x86_64 1:5.5.60-1.el7_5
 mysql-community-libs-compat                 x86_64                 8.0.16-2.el7                          mysql80-community                 2.1 M
     replacing  mariadb-libs.x86_64 1:5.5.60-1.el7_5
 mysql-community-server                      x86_64                 8.0.16-2.el7                          mysql80-community                 403 M
Installing for dependencies:
 mysql-community-client                      x86_64                 8.0.16-2.el7                          mysql80-community                  32 M
 mysql-community-common                      x86_64                 8.0.16-2.el7                          mysql80-community                 575 k
 perl                                        x86_64                 4:5.16.3-294.el7_6                    updates                           8.0 M
 perl-Carp                                   noarch                 1.26-244.el7                          base                               19 k
 perl-Encode                                 x86_64                 2.51-7.el7                            base                              1.5 M
 perl-Exporter                               noarch                 5.68-3.el7                            base                               28 k
 perl-File-Path                              noarch                 2.09-2.el7                            base                               26 k
 perl-File-Temp                              noarch                 0.23.01-3.el7                         base                               56 k
 perl-Filter                                 x86_64                 1.49-3.el7                            base                               76 k
 perl-Getopt-Long                            noarch                 2.40-3.el7                            base                               56 k
 perl-HTTP-Tiny                              noarch                 0.033-3.el7                           base                               38 k
 perl-PathTools                              x86_64                 3.40-5.el7                            base                               82 k
 perl-Pod-Escapes                            noarch                 1:1.04-294.el7_6                      updates                            51 k
 perl-Pod-Perldoc                            noarch                 3.20-4.el7                            base                               87 k
 perl-Pod-Simple                             noarch                 1:3.28-4.el7                          base                              216 k
 perl-Pod-Usage                              noarch                 1.63-3.el7                            base                               27 k
 perl-Scalar-List-Utils                      x86_64                 1.27-248.el7                          base                               36 k
 perl-Socket                                 x86_64                 2.010-4.el7                           base                               49 k
 perl-Storable                               x86_64                 2.45-3.el7                            base                               77 k
 perl-Text-ParseWords                        noarch                 3.29-4.el7                            base                               14 k
 perl-Time-HiRes                             x86_64                 4:1.9725-3.el7                        base                               45 k
 perl-Time-Local                             noarch                 1.2300-2.el7                          base                               24 k
 perl-constant                               noarch                 1.27-2.el7                            base                               19 k
 perl-libs                                   x86_64                 4:5.16.3-294.el7_6                    updates                           688 k
 perl-macros                                 x86_64                 4:5.16.3-294.el7_6                    updates                            44 k
 perl-parent                                 noarch                 1:0.225-244.el7                       base                               12 k
 perl-podlators                              noarch                 2.5.1-3.el7                           base                              112 k
 perl-threads                                x86_64                 1.87-4.el7                            base                               49 k
 perl-threads-shared                         x86_64                 1.43-6.el7                            base                               39 k

Transaction Summary
==================================================================================================================================================
Install  3 Packages (+29 Dependent packages)

Total download size: 452 M
Downloading packages:
warning: /var/cache/yum/x86_64/7/mysql80-community/packages/mysql-community-common-8.0.16-2.el7.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
Public key for mysql-community-common-8.0.16-2.el7.x86_64.rpm is not installed
(1/32): mysql-community-common-8.0.16-2.el7.x86_64.rpm                                                                     | 575 kB  00:00:01     
(2/32): mysql-community-libs-8.0.16-2.el7.x86_64.rpm                                                                       | 3.0 MB  00:00:01     
(3/32): mysql-community-libs-compat-8.0.16-2.el7.x86_64.rpm                                                                | 2.1 MB  00:00:00     
(4/32): perl-Carp-1.26-244.el7.noarch.rpm                                                                                  |  19 kB  00:00:00     
(5/32): perl-Exporter-5.68-3.el7.noarch.rpm                                                                                |  28 kB  00:00:00     
(6/32): perl-File-Path-2.09-2.el7.noarch.rpm                                                                               |  26 kB  00:00:00     
(7/32): perl-File-Temp-0.23.01-3.el7.noarch.rpm                                                                            |  56 kB  00:00:00     
(8/32): perl-Filter-1.49-3.el7.x86_64.rpm                                                                                  |  76 kB  00:00:00     
(9/32): perl-Getopt-Long-2.40-3.el7.noarch.rpm                                                                             |  56 kB  00:00:00     
(10/32): perl-HTTP-Tiny-0.033-3.el7.noarch.rpm                                                                             |  38 kB  00:00:00     
(11/32): perl-PathTools-3.40-5.el7.x86_64.rpm                                                                              |  82 kB  00:00:00     
(12/32): perl-5.16.3-294.el7_6.x86_64.rpm                                                                                  | 8.0 MB  00:00:01     
(13/32): perl-Pod-Perldoc-3.20-4.el7.noarch.rpm                                                                            |  87 kB  00:00:00     
(14/32): perl-Pod-Simple-3.28-4.el7.noarch.rpm                                                                             | 216 kB  00:00:00     
(15/32): perl-Pod-Usage-1.63-3.el7.noarch.rpm                                                                              |  27 kB  00:00:00     
(16/32): perl-Scalar-List-Utils-1.27-248.el7.x86_64.rpm                                                                    |  36 kB  00:00:00     
(17/32): perl-Socket-2.010-4.el7.x86_64.rpm                                                                                |  49 kB  00:00:00     
(18/32): perl-Storable-2.45-3.el7.x86_64.rpm                                                                               |  77 kB  00:00:00     
(19/32): perl-Text-ParseWords-3.29-4.el7.noarch.rpm                                                                        |  14 kB  00:00:00     
(20/32): perl-Time-HiRes-1.9725-3.el7.x86_64.rpm                                                                           |  45 kB  00:00:00     
(21/32): perl-Time-Local-1.2300-2.el7.noarch.rpm                                                                           |  24 kB  00:00:00     
(22/32): perl-constant-1.27-2.el7.noarch.rpm                                                                               |  19 kB  00:00:00     
(23/32): perl-libs-5.16.3-294.el7_6.x86_64.rpm                                                                             | 688 kB  00:00:00     
(24/32): perl-macros-5.16.3-294.el7_6.x86_64.rpm                                                                           |  44 kB  00:00:00     
(25/32): perl-parent-0.225-244.el7.noarch.rpm                                                                              |  12 kB  00:00:00     
(26/32): perl-podlators-2.5.1-3.el7.noarch.rpm                                                                             | 112 kB  00:00:00     
(27/32): perl-threads-1.87-4.el7.x86_64.rpm                                                                                |  49 kB  00:00:00     
(28/32): perl-threads-shared-1.43-6.el7.x86_64.rpm                                                                         |  39 kB  00:00:00     
(29/32): perl-Encode-2.51-7.el7.x86_64.rpm                                                                                 | 1.5 MB  00:00:03     
(30/32): mysql-community-client-8.0.16-2.el7.x86_64.rpm                                                                    |  32 MB  00:00:20     
perl-Pod-Escapes-1.04-294.el7_ FAILED                                          % [====================                                              ] 3.2 MB/s | 140 MB  00:01:36 ETA 
http://mirrors.njupt.edu.cn/centos/7.6.1810/updates/x86_64/Packages/perl-Pod-Escapes-1.04-294.el7_6.noarch.rpm: [Errno 12] Timeout on http://10.10.254.10/cache/4/01/mirrors.njupt.edu.cn/d1bc27e403650632061329c0fa70dd31/perl-Pod-Escapes-1.04-294.el7_6.noarch.rpm: (28, 'Connection timed out after 30957 milliseconds')
Trying other mirror.
(31/32): perl-Pod-Escapes-1.04-294.el7_6.noarch.rpm                                                                                                            |  51 kB  00:00:00     
(32/32): mysql-community-server-8.0.16-2.el7.x86_64.rpm                      35% [=======================-                                          ] 3.1 MB/s | 161 MB  00:01:32 ETA (32/32): mysql-community-server-8.0.16-2.el7.x86_64.rpm                      35% [=======================-                                        (32/32): mysql-community-server-8.0.16-2.el7.x86_64.rpm                                                                                                        | 403 MB  00:02:20     
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                 3.1 MB/s | 452 MB  00:02:24     
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
Importing GPG key 0x5072E1F5:
 Userid     : "MySQL Release Engineering "
 Fingerprint: a4a9 4068 76fc bd3c 4567 70c8 8c71 8d3b 5072 e1f5
 Package    : mysql80-community-release-el7-3.noarch (installed)
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : mysql-community-common-8.0.16-2.el7.x86_64                                                                                                                        1/33 
  Installing : mysql-community-libs-8.0.16-2.el7.x86_64                                                                                                                          2/33 
  Installing : mysql-community-client-8.0.16-2.el7.x86_64                                                                                                                        3/33 
  Installing : 1:perl-parent-0.225-244.el7.noarch                                                                                                                                4/33 
  Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                                                                                                                                 5/33 
  Installing : perl-podlators-2.5.1-3.el7.noarch                                                                                                                                 6/33 
  Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                                                                                                                                7/33 
  Installing : 1:perl-Pod-Escapes-1.04-294.el7_6.noarch                                                                                                                          8/33 
  Installing : perl-Encode-2.51-7.el7.x86_64                                                                                                                                     9/33 
  Installing : perl-Text-ParseWords-3.29-4.el7.noarch                                                                                                                           10/33 
  Installing : perl-Pod-Usage-1.63-3.el7.noarch                                                                                                                                 11/33 
  Installing : 4:perl-libs-5.16.3-294.el7_6.x86_64                                                                                                                              12/33 
  Installing : 4:perl-macros-5.16.3-294.el7_6.x86_64                                                                                                                            13/33 
  Installing : perl-Storable-2.45-3.el7.x86_64                                                                                                                                  14/33 
  Installing : perl-Exporter-5.68-3.el7.noarch                                                                                                                                  15/33 
  Installing : perl-constant-1.27-2.el7.noarch                                                                                                                                  16/33 
  Installing : perl-Time-Local-1.2300-2.el7.noarch                                                                                                                              17/33 
  Installing : perl-Socket-2.010-4.el7.x86_64                                                                                                                                   18/33 
  Installing : perl-Carp-1.26-244.el7.noarch                                                                                                                                    19/33 
  Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                                                                                                                            20/33 
  Installing : perl-PathTools-3.40-5.el7.x86_64                                                                                                                                 21/33 
  Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                                                                                                                       22/33 
  Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                                                                                                                              23/33 
  Installing : perl-File-Temp-0.23.01-3.el7.noarch                                                                                                                              24/33 
  Installing : perl-File-Path-2.09-2.el7.noarch                                                                                                                                 25/33 
  Installing : perl-threads-shared-1.43-6.el7.x86_64                                                                                                                            26/33 
  Installing : perl-threads-1.87-4.el7.x86_64                                                                                                                                   27/33 
  Installing : perl-Filter-1.49-3.el7.x86_64                                                                                                                                    28/33 
  Installing : perl-Getopt-Long-2.40-3.el7.noarch                                                                                                                               29/33 
  Installing : 4:perl-5.16.3-294.el7_6.x86_64                                                                                                                                   30/33 
  Installing : mysql-community-server-8.0.16-2.el7.x86_64                                                                                                                       31/33 
  Installing : mysql-community-libs-compat-8.0.16-2.el7.x86_64                                                                                                                  32/33 
  Erasing    : 1:mariadb-libs-5.5.60-1.el7_5.x86_64                                                                                                                             33/33 
  Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                                                                                                                                 1/33 
  Verifying  : mysql-community-libs-8.0.16-2.el7.x86_64                                                                                                                          2/33 
  Verifying  : perl-threads-shared-1.43-6.el7.x86_64                                                                                                                             3/33 
  Verifying  : perl-Storable-2.45-3.el7.x86_64                                                                                                                                   4/33 
  Verifying  : 1:perl-Pod-Escapes-1.04-294.el7_6.noarch                                                                                                                          5/33 
  Verifying  : perl-Exporter-5.68-3.el7.noarch                                                                                                                                   6/33 
  Verifying  : perl-constant-1.27-2.el7.noarch                                                                                                                                   7/33 
  Verifying  : perl-PathTools-3.40-5.el7.x86_64                                                                                                                                  8/33 
  Verifying  : mysql-community-common-8.0.16-2.el7.x86_64                                                                                                                        9/33 
  Verifying  : 1:perl-parent-0.225-244.el7.noarch                                                                                                                               10/33 
  Verifying  : mysql-community-libs-compat-8.0.16-2.el7.x86_64                                                                                                                  11/33 
  Verifying  : 4:perl-libs-5.16.3-294.el7_6.x86_64                                                                                                                              12/33 
  Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                                                                                                                              13/33 
  Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                                                                                                                              14/33 
  Verifying  : perl-Time-Local-1.2300-2.el7.noarch                                                                                                                              15/33 
  Verifying  : 4:perl-macros-5.16.3-294.el7_6.x86_64                                                                                                                            16/33 
  Verifying  : perl-Socket-2.010-4.el7.x86_64                                                                                                                                   17/33 
  Verifying  : perl-Carp-1.26-244.el7.noarch                                                                                                                                    18/33 
  Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                                                                                                                            19/33 
  Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                                                                                                                       20/33 
  Verifying  : mysql-community-server-8.0.16-2.el7.x86_64                                                                                                                       21/33 
  Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                                                                                                                                 22/33 
  Verifying  : perl-Encode-2.51-7.el7.x86_64                                                                                                                                    23/33 
  Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                                                                                                                               24/33 
  Verifying  : perl-podlators-2.5.1-3.el7.noarch                                                                                                                                25/33 
  Verifying  : perl-File-Path-2.09-2.el7.noarch                                                                                                                                 26/33 
  Verifying  : perl-threads-1.87-4.el7.x86_64                                                                                                                                   27/33 
  Verifying  : perl-Filter-1.49-3.el7.x86_64                                                                                                                                    28/33 
  Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                                                                                                                               29/33 
  Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                                                                                                                           30/33 
  Verifying  : 4:perl-5.16.3-294.el7_6.x86_64                                                                                                                                   31/33 
  Verifying  : mysql-community-client-8.0.16-2.el7.x86_64                                                                                                                       32/33 
  Verifying  : 1:mariadb-libs-5.5.60-1.el7_5.x86_64                                                                                                                             33/33 

Installed:
  mysql-community-libs.x86_64 0:8.0.16-2.el7               mysql-community-libs-compat.x86_64 0:8.0.16-2.el7               mysql-community-server.x86_64 0:8.0.16-2.el7              

Dependency Installed:
  mysql-community-client.x86_64 0:8.0.16-2.el7    mysql-community-common.x86_64 0:8.0.16-2.el7    perl.x86_64 4:5.16.3-294.el7_6         perl-Carp.noarch 0:1.26-244.el7            
  perl-Encode.x86_64 0:2.51-7.el7                 perl-Exporter.noarch 0:5.68-3.el7               perl-File-Path.noarch 0:2.09-2.el7     perl-File-Temp.noarch 0:0.23.01-3.el7      
  perl-Filter.x86_64 0:1.49-3.el7                 perl-Getopt-Long.noarch 0:2.40-3.el7            perl-HTTP-Tiny.noarch 0:0.033-3.el7    perl-PathTools.x86_64 0:3.40-5.el7         
  perl-Pod-Escapes.noarch 1:1.04-294.el7_6        perl-Pod-Perldoc.noarch 0:3.20-4.el7            perl-Pod-Simple.noarch 1:3.28-4.el7    perl-Pod-Usage.noarch 0:1.63-3.el7         
  perl-Scalar-List-Utils.x86_64 0:1.27-248.el7    perl-Socket.x86_64 0:2.010-4.el7                perl-Storable.x86_64 0:2.45-3.el7      perl-Text-ParseWords.noarch 0:3.29-4.el7   
  perl-Time-HiRes.x86_64 4:1.9725-3.el7           perl-Time-Local.noarch 0:1.2300-2.el7           perl-constant.noarch 0:1.27-2.el7      perl-libs.x86_64 4:5.16.3-294.el7_6        
  perl-macros.x86_64 4:5.16.3-294.el7_6           perl-parent.noarch 1:0.225-244.el7              perl-podlators.noarch 0:2.5.1-3.el7    perl-threads.x86_64 0:1.87-4.el7           
  perl-threads-shared.x86_64 0:1.43-6.el7        

Replaced:
  mariadb-libs.x86_64 1:5.5.60-1.el7_5                                                                                                                                                

Complete!
[root@localhost ~]# systemctl start  mysqld.service
[root@localhost ~]# systemctl enable  mysqld.service
[root@localhost ~]# systemctl status  mysqld.service
● mysqld.service - MySQL Server
   Loaded: loaded (/usr/lib/systemd/system/mysqld.service; enabled; vendor preset: disabled)
   Active: active (running) since Thu 2019-05-30 00:24:22 EDT; 54s ago
     Docs: man:mysqld(8)
           http://dev.mysql.com/doc/refman/en/using-systemd.html
 Main PID: 6331 (mysqld)
   Status: "SERVER_OPERATING"
   CGroup: /system.slice/mysqld.service
           └─6331 /usr/sbin/mysqld

May 30 00:24:14 localhost.localdomain systemd[1]: Starting MySQL Server...
May 30 00:24:22 localhost.localdomain systemd[1]: Started MySQL Server.

找出密码

[root@localhost ~]# grep "password" /var/log/mysqld.log
2019-05-30T04:24:17.908850Z 5 [Note] [MY-010454] [Server] A temporary password is generated for root@localhost: 93lDkQ45wr=b
mysql -uroot -p
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 14
Server version: 8.0.16 MySQL Community Server - GPL

Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> 
ALTER USER 'root'@'localhost' IDENTIFIED BY 'password';

安装PHP

 rpm -Uvh https://mirror.webtatic.com/yum/el7/epel-release.rpm          #php7源
 yum search php7
[root@localhost ~]# yum search php7
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.ustc.edu.cn
 * epel: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: centos.ustc.edu.cn
 * webtatic: uk.repo.webtatic.com
=============================================================== N/S matched: php7 ================================================================
mod_php71w.x86_64 : PHP module for the Apache HTTP Server
mod_php72w.x86_64 : PHP module for the Apache HTTP Server
php70w.x86_64 : PHP scripting language for creating dynamic web sites
php70w-bcmath.x86_64 : A module for PHP applications for using the bcmath library
php70w-cli.x86_64 : Command-line interface for PHP
php70w-common.x86_64 : Common files for PHP
php70w-dba.x86_64 : A database abstraction layer module for PHP applications
php70w-devel.x86_64 : Files needed for building PHP extensions
php70w-embedded.x86_64 : PHP library for embedding in applications
php70w-enchant.x86_64 : Enchant spelling extension for PHP applications
php70w-fpm.x86_64 : PHP FastCGI Process Manager
php70w-gd.x86_64 : A module for PHP applications for using the gd graphics library
php70w-imap.x86_64 : A module for PHP applications that use IMAP
php70w-interbase.x86_64 : A module for PHP applications that use Interbase/Firebird databases
php70w-intl.x86_64 : Internationalization extension for PHP applications
php70w-ldap.x86_64 : A module for PHP applications that use LDAP
php70w-mbstring.x86_64 : A module for PHP applications which need multi-byte string handling
php70w-mcrypt.x86_64 : Standard PHP module provides mcrypt library support
php70w-mysql.x86_64 : A module for PHP applications that use MySQL databases
php70w-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases
php70w-odbc.x86_64 : A module for PHP applications that use ODBC databases
php70w-opcache.x86_64 : An opcode cache Zend extension
php70w-pdo.x86_64 : A database access abstraction module for PHP applications
php70w-pdo_dblib.x86_64 : MSSQL database module for PHP
php70w-pear.noarch : PHP Extension and Application Repository framework
php70w-pecl-apcu.x86_64 : APCu - APC User Cache
php70w-pecl-apcu-devel.x86_64 : APCu developer files (header)
php70w-pecl-geoip.x86_64 : Extension to map IP addresses to geographic places
php70w-pecl-igbinary.x86_64 : Replacement for the standard PHP serializer
php70w-pecl-igbinary-devel.x86_64 : Igbinary developer files (header)
php70w-pecl-imagick.x86_64 : Provides a wrapper to the ImageMagick library
php70w-pecl-imagick-devel.x86_64 : Imagick developer files (header)
php70w-pecl-memcached.x86_64 : Extension to work with the Memcached caching daemon
php70w-pecl-mongodb.x86_64 : PECL package MongoDB driver
php70w-pecl-redis.x86_64 : Extension for communicating with the Redis key-value store
php70w-pecl-xdebug.x86_64 : PECL package for debugging PHP scripts
php70w-pgsql.x86_64 : A PostgreSQL database module for PHP
php70w-phpdbg.x86_64 : Interactive PHP debugger
php70w-process.x86_64 : Modules for PHP script using system process interfaces
php70w-pspell.x86_64 : A module for PHP applications for using pspell interfaces
php70w-recode.x86_64 : A module for PHP applications for using the recode library
php70w-snmp.x86_64 : A module for PHP applications that query SNMP-managed devices
php70w-soap.x86_64 : A module for PHP applications that use the SOAP protocol
php70w-tidy.x86_64 : Standard PHP module provides tidy library support
php70w-xml.x86_64 : A module for PHP applications which use XML
php70w-xmlrpc.x86_64 : A module for PHP applications which use the XML-RPC protocol
php71w-bcmath.x86_64 : A module for PHP applications for using the bcmath library
php71w-cli.x86_64 : Command-line interface for PHP
php71w-common.x86_64 : Common files for PHP
php71w-dba.x86_64 : A database abstraction layer module for PHP applications
php71w-devel.x86_64 : Files needed for building PHP extensions
php71w-embedded.x86_64 : PHP library for embedding in applications
php71w-enchant.x86_64 : Enchant spelling extension for PHP applications
php71w-fpm.x86_64 : PHP FastCGI Process Manager
php71w-gd.x86_64 : A module for PHP applications for using the gd graphics library
php71w-imap.x86_64 : A module for PHP applications that use IMAP
php71w-interbase.x86_64 : A module for PHP applications that use Interbase/Firebird databases
php71w-intl.x86_64 : Internationalization extension for PHP applications
php71w-ldap.x86_64 : A module for PHP applications that use LDAP
php71w-mbstring.x86_64 : A module for PHP applications which need multi-byte string handling
php71w-mcrypt.x86_64 : Standard PHP module provides mcrypt library support
php71w-mysql.x86_64 : A module for PHP applications that use MySQL databases
php71w-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases
php71w-odbc.x86_64 : A module for PHP applications that use ODBC databases
php71w-opcache.x86_64 : An opcode cache Zend extension
php71w-pdo.x86_64 : A database access abstraction module for PHP applications
php71w-pdo_dblib.x86_64 : MSSQL database module for PHP
php71w-pear.noarch : PHP Extension and Application Repository framework
php71w-pecl-apcu.x86_64 : APCu - APC User Cache
php71w-pecl-apcu-devel.x86_64 : APCu developer files (header)
php71w-pecl-geoip.x86_64 : Extension to map IP addresses to geographic places
php71w-pecl-igbinary.x86_64 : Replacement for the standard PHP serializer
php71w-pecl-igbinary-devel.x86_64 : Igbinary developer files (header)
php71w-pecl-imagick.x86_64 : Provides a wrapper to the ImageMagick library
php71w-pecl-imagick-devel.x86_64 : Imagick developer files (header)
php71w-pecl-memcached.x86_64 : Extension to work with the Memcached caching daemon
php71w-pecl-mongodb.x86_64 : PECL package MongoDB driver
php71w-pecl-redis.x86_64 : Extension for communicating with the Redis key-value store
php71w-pecl-xdebug.x86_64 : PECL package for debugging PHP scripts
php71w-pgsql.x86_64 : A PostgreSQL database module for PHP
php71w-phpdbg.x86_64 : Interactive PHP debugger
php71w-process.x86_64 : Modules for PHP script using system process interfaces
php71w-pspell.x86_64 : A module for PHP applications for using pspell interfaces
php71w-recode.x86_64 : A module for PHP applications for using the recode library
php71w-snmp.x86_64 : A module for PHP applications that query SNMP-managed devices
php71w-soap.x86_64 : A module for PHP applications that use the SOAP protocol
php71w-tidy.x86_64 : Standard PHP module provides tidy library support
php71w-xml.x86_64 : A module for PHP applications which use XML
php71w-xmlrpc.x86_64 : A module for PHP applications which use the XML-RPC protocol
php72w-bcmath.x86_64 : A module for PHP applications for using the bcmath library
php72w-cli.x86_64 : Command-line interface for PHP
php72w-common.x86_64 : Common files for PHP
php72w-dba.x86_64 : A database abstraction layer module for PHP applications
php72w-devel.x86_64 : Files needed for building PHP extensions
php72w-embedded.x86_64 : PHP library for embedding in applications
php72w-enchant.x86_64 : Enchant spelling extension for PHP applications
php72w-fpm.x86_64 : PHP FastCGI Process Manager
php72w-gd.x86_64 : A module for PHP applications for using the gd graphics library
php72w-imap.x86_64 : A module for PHP applications that use IMAP
php72w-interbase.x86_64 : A module for PHP applications that use Interbase/Firebird databases
php72w-intl.x86_64 : Internationalization extension for PHP applications
php72w-ldap.x86_64 : A module for PHP applications that use LDAP
php72w-mbstring.x86_64 : A module for PHP applications which need multi-byte string handling
php72w-mysql.x86_64 : A module for PHP applications that use MySQL databases
php72w-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases
php72w-odbc.x86_64 : A module for PHP applications that use ODBC databases
php72w-opcache.x86_64 : An opcode cache Zend extension
php72w-pdo.x86_64 : A database access abstraction module for PHP applications
php72w-pdo_dblib.x86_64 : MSSQL database module for PHP
php72w-pear.noarch : PHP Extension and Application Repository framework
php72w-pecl-apcu.x86_64 : APCu - APC User Cache
php72w-pecl-apcu-devel.x86_64 : APCu developer files (header)
php72w-pecl-geoip.x86_64 : Extension to map IP addresses to geographic places
php72w-pecl-igbinary.x86_64 : Replacement for the standard PHP serializer
php72w-pecl-igbinary-devel.x86_64 : Igbinary developer files (header)
php72w-pecl-imagick.x86_64 : Provides a wrapper to the ImageMagick library
php72w-pecl-imagick-devel.x86_64 : Imagick developer files (header)
php72w-pecl-libsodium.x86_64 : Wrapper for the Sodium cryptographic library
php72w-pecl-memcached.x86_64 : Extension to work with the Memcached caching daemon
php72w-pecl-mongodb.x86_64 : PECL package MongoDB driver
php72w-pecl-redis.x86_64 : Extension for communicating with the Redis key-value store
php72w-pecl-xdebug.x86_64 : PECL package for debugging PHP scripts
php72w-pgsql.x86_64 : A PostgreSQL database module for PHP
php72w-phpdbg.x86_64 : Interactive PHP debugger
php72w-process.x86_64 : Modules for PHP script using system process interfaces
php72w-pspell.x86_64 : A module for PHP applications for using pspell interfaces
php72w-recode.x86_64 : A module for PHP applications for using the recode library
php72w-snmp.x86_64 : A module for PHP applications that query SNMP-managed devices
php72w-soap.x86_64 : A module for PHP applications that use the SOAP protocol
php72w-sodium.x86_64 : Wrapper for the Sodium cryptographic library
php72w-tidy.x86_64 : Standard PHP module provides tidy library support
php72w-xml.x86_64 : A module for PHP applications which use XML
php72w-xmlrpc.x86_64 : A module for PHP applications which use the XML-RPC protocol
yum -y install php72w php72w-cli php72w-common php72w-devel php72w-embedded php72w-fpm php72w-gd php72w-mbstring php72w-mysqlnd php72w-opcache php72w-pdo php72w-xml php72w php72w-bcmath php72w-dba php72w-enchant php72w-imap php72w-interbasephp72w-intl php72w-ldap php72w-mcrypt php72w-odbc php72w-pdo_dblib php72w-pear php72w-pecl-apcu php72w-pecl-imagick php72w-pecl-xdebug php72w-pgsql php72w-phpdbg php72w-process php72w-pspell php72w-recode php72w-snmp php72w-soap php72w-tidy php72w-xmlrpc php72w-pecl-igbinary php72w-intl php72w-memcached php72w-pecl-mongodb
[root@localhost ~]# php -v
PHP 7.2.17 (cli) (built: May 13 2019 18:03:04) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.2.17, Copyright (c) 1999-2018, by Zend Technologies
    with Xdebug v2.6.1, Copyright (c) 2002-2018, by Derick Rethans
[root@localhost etc]# systemctl start php-fpm
[root@localhost etc]# systemctl enable php-fpm
Created symlink from /etc/systemd/system/multi-user.target.wants/php-fpm.service to /usr/lib/systemd/system/php-fpm.service.
[root@localhost etc]# systemctl status php-fpm
● php-fpm.service - The PHP FastCGI Process Manager
   Loaded: loaded (/usr/lib/systemd/system/php-fpm.service; enabled; vendor preset: disabled)
   Active: active (running) since Thu 2019-05-30 00:56:01 EDT; 14s ago
 Main PID: 6874 (php-fpm)
   Status: "Processes active: 0, idle: 5, Requests: 0, slow: 0, Traffic: 0req/sec"
   CGroup: /system.slice/php-fpm.service
           ├─6874 php-fpm: master process (/etc/php-fpm.conf)
           ├─6875 php-fpm: pool www
           ├─6876 php-fpm: pool www
           ├─6877 php-fpm: pool www
           ├─6878 php-fpm: pool www
           └─6879 php-fpm: pool www

May 30 00:56:01 localhost.localdomain systemd[1]: Starting The PHP FastCGI Process Manager...
May 30 00:56:01 localhost.localdomain systemd[1]: Started The PHP FastCGI Process Manager.
[root@localhost etc]# cd /var/www/html
[root@localhost html]# ls
[root@localhost html]# pwd
/var/www/html
[root@localhost html]# vi info.php
[root@localhost html]# systemctl restart httpd

服务器安装了ESXI,虚拟机Centos7.6从上网到安装LAMP-Apache2.4.6-MySql80-PHP72_第2张图片
欢迎指教QQ:79723521

你可能感兴趣的:(LAMP,centos,centos,LAMP,apache,mysql,php72)