LINUX Install phpmyadmin to operate MySQL from Web browser

[root@www ~]#yum --enablerepo=epel -y install phpMyAdmin php-mysql php-mcrypt  
# install from EPEL
[root@www ~]#vi /etc/httpd/conf.d/phpMyAdmin.conf
# line 14: add IP address you permit
Allow from 127.0.0.1
10.0.0.0/24
[root@www ~]#/etc/rc.d/init.d/httpd reload
Reloading httpd:     [  OK  ]
Access to 'http://(your hostname or IP address)/(alias name you set)/' with web browser, then following screen is shown. Login with a user in MySQL. 

Comments

Popular posts from this blog

LINUX Move and copy files using SSH

PHP Predefined Variables

Java : Variables Declaring