摘要:
记录快速部署phpMyAdmin
注意需要事先关闭selinux和防护墙
phpMyAdmin配置与安装 (适用于CentOS7)_小楚同学呀~的博客-优快云博客_centos7安装phpmyadmin
一、LNMP或LAMP的配置(phpMyAdmin运行在该架构中)
注:php-fpm出厂默认使用者和拥有者为apache ,所以相比较来说LAMP更适合。本例以LNMP为架构。
(1)nginx安装 ,并设置开机自启动
[root@cy-ed03-lvs ~]# yum install nginx -y
[root@cy-ed03-lvs ~]# systemctl enable nginx
[root@cy-ed03-lvs ~]# systemctl start nginx
(2)mysql安装 。参考https://blog.youkuaiyun.com/Romanticn_chu/article/detail