How to install phpMyAdmin in centos 5.x
In this Section of tutorial you will learn How to install phpMyAdmin in centos 5.4? & How to rectify common installation errors. First try to search package for PhpMyadmin by executing command "yum search phpMyAdmin" ; if there is no showing phpMyAdmin packet we must install epel package. • rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm • yum install phpmyadmin • after installation visit to : http://192.168.1.1/phpMyAdmin/ • Edit the “root” user with password “password” on php my admin, then Login with username root and password “password”. • Edit the phpmyadmin.conf ; on /etc/httpd/conf.d/phpMyAdmin.conf You will see a lines like below, Comment Line deny from all Alias /phpMyAdmin /usr/share/phpMyAdmin Alias /phpmyadmin /usr/share/phpMyAdmin Directory /usr/share/phpMyAdmin/ order deny,allow #deny from all allow from 127.0.0.1 allow from 192.168.2.0/24 allow from ::1 /Directory