sudo yum install phpMyAdmin 이후 설정에 대한 글입니다.
외부접속을 허용하기 위하여 설정파일을 변경해야합니다.
1. 설정파일을 찾습니다.
$> cd etc/httpd/conf.d
$> sudo vi phpMyAdmin.conf
2. 설정을 수정합니다. 위협을 무릅쓰고 모든곳에서 접속을 허용하고 싶다면, 기존 내용을 다지우고 입력하십시오!
Alias /phpMyAdmin /usr/share/phpMyAdmin Alias /phpmyadmin /usr/share/phpMyAdmin <Directory /usr/share/phpMyAdmin/> Order Allow,Deny Allow from All Require all granted </Directory> |
끗!
'Tech > Web' 카테고리의 다른 글
html table to excel (php & jquery) (2) | 2013.07.03 |
---|