sudo yum install epel-release
二、來源
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
三、來源同上
# yum --enablerepo=remi,remi-test install phpMyAdmin
二、來源
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
三、來源同上
# yum --enablerepo=remi,remi-test install phpMyAdmin
四、
yum install phpmyadmin
五、
yum install phpmyadmin
五、
打開phpmyadmin的config
/etc/httpd/conf.d/
六、
service httpd restart
八、
/etc/httpd/conf.d/
六、
<Directory /usr/share/phpMyAdmin/>
<IfModule !mod_authz_core.c>
Order Deny,Allow
Deny from All
Allow from 192.168.1.0/24
Allow from ::1
</IfModule>
</Directory>
七、service httpd restart
八、
利用網頁測試連接phpmyadmin
沒有留言:
張貼留言