#yum -y install php-mbstring php-php-gettext libmcrypt php-gd libXpm php-php-gettext php-pdo php-mysql php-mcrypt php-mbstring libmcrypt php-gd#vim /etc/httpd/conf.d/phpMyadmin.confAlias /phpMyAdmin /usr/share/phpMyAdminAlias /phpmyadmin /usr/share/phpMyAdmin
# Apache 2.4
Require ip 127.0.0.1 Require ip ::1
# Apache 2.2 Order Deny,Allow Deny from All Allow from all Allow from ::1
# Apache 2.4
Require ip 127.0.0.1 Require ip ::1
# Apache 2.2 Order Deny,Allow Deny from All Allow from 127.0.0.1 Allow from ::1
# These directories do not require access over HTTP - taken from the original# phpMyAdmin upstream tarball#
Order Deny,Allow Deny from All Allow from None
Order Deny,Allow Deny from All Allow from None