Install PhpMyadmin – centos Redhat 6.x
phpMyAdmin is not included in default RHEL / CentOS repo so install EPEL EL6 version, enter: $ cd /tmp $ wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm # rpm -ivh epel-release-6-5.noarch.rpm # yum -y install phpmyadmin Step #3: Configure phpMyAdmin You need to edit /etc/httpd/conf.d/phpMyAdmin.conf, enter: # vi /etc/httpd/conf.d/phpMyAdmin.conf It allows only localhost by default. You can setup HTTPD SSL as […]