2013年11月14日 星期四

[PHP] How to Install phpMyAdmin on CentOS 6 using yum install

# yum install phpMyAdmin
# vi /etc/httpd/conf.d/phpMyAdmin.conf (replace all 127.0.0.1 string with your IP like below.)

Alias /phpMyAdmin /usr/share/phpMyAdmin
Alias /phpmyadmin /usr/share/phpMyAdmin

# Apache 2.4 Require local 
# Apache 2.2 Order Deny,Allow Deny from All Allow from 192.168.1.0/24 Allow from ::1
# service httpd restart

 http://yourip/phpMyAdmin/
 Login Details: Use MySQL username and password.

沒有留言:

張貼留言