Centos 7 phpmyadmin

yum -y install phpmyadmin

nano /etc/httpd/conf.d/phpMyAdmin.conf

Require ip 127.0.0.1 -> 59.125.229.14

Allow from 127.0.0.1 -> 59.125.229.14

Require ip 127.0.0.1 -> 59.125.229.14

Allow from 127.0.0.1 -> 59.125.229.14

systemctl restart httpd

Tags