Steps to install and configuration phpMyAdmin on CentOS 6

Step1:Add the EPEL Repository

rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

Step2:Install phpMyAdmin

yum -y install phpmyadmin

Step3:Find Your IP Address

Following Sites:

What is My IP Address?

What Is My IP?

Step4:Basic Configuration for phpMyadmin

vi /etc/httpd/conf.d/phpMyAdmin.conf

Find the following sections and change each ip address to the one you found in step3.
Require ip 127.0.0.1
Allow from 127.0.0.1
Require ip 127.0.0.1
Allow from 127.0.0.1
Then save and exit.

 

Start5:Restart Apache

service httpd restart

Step6:
Verify that phpMyAdmin is working by visiting http://the_IP_of_your_server/phpmyadmin

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *