Compile and install wordpress and phpadmin
Install php7.2rpm-Uvh https://mirror.webtatic.com/yum/el7/epel-release.rpm rpm-Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpmyum remove php-common-y yum install-y php72w php72w-opcache php72w-xml php72w-mcrypt php72w-gd php72w-devel php72w-mysql php72w-intl php72w-mbstring
Start httpd
Systemctl start httpd
Download and install wordpress
Tar xf wordpress-5.2.3-zh_CN.tar.gz
Cd / var/www/html/
Mv / root/wordpress. / wordpress
Support for creating databases
Create database wordpress;create user wpuser@localhost identified by 'lxq';grant all privileges on wordpress.* to wpuser@localhost identified by' lxq'
Installation process:
Install phpadminunzip phpMyAdmin-4.9.0.1-all-languages.zip mv phpMyAdmin-4.9.0.1-all-languages. / phpadminmv phpadminmv phpadmin/ / var/www/html/
Visit http://192.168.159.131/phpadmin/