CentOS 6
Sponsored Link

Install phpMyAdmin2017/09/23

 
Install phpMyAdmin to operate MySQL 5.7 on web browser from Clients.
[1]
[2]
[3] Install phpMyAdmin.
# install from EPEL

[root@www ~]#
yum --enablerepo=epel -y install phpMyAdmin php-mysql php-mcrypt
[root@www ~]#
vi /etc/httpd/conf.d/phpMyAdmin.conf
# line 25: IP address you permit to access

Allow from 127.0.0.1
10.0.0.0/24
# line 42: IP address you permit to access

Allow from 127.0.0.1
10.0.0.0/24
[root@www ~]#
/etc/rc.d/init.d/httpd restart

[4] Access to [http://(your hostname or IP address)/phpmyadmin/] with web browser from Clients, then Login with a user in MySQL on following screen. This example uses root user to proceed.
[5] Just logined. You can operate MySQL on here.
Matched Content