Sunday, December 13, 2015

CentOS nginx phpMyAdmin 설치


# 확장 패키지(EPEL)가 있는지 확인
rpm -qa epel-release

# 확장 패키지 설치
yum install epel-release

# phpMyAdmin 설치
yum install phpMyAdmin

# 설치폴더
/usr/share/phpMyAdmin

# 폴더 심볼릭 링크 생성
cd /usr/share/nginx/html
ln -s /usr/share/phpMyAdmin phpMyAdmin

No comments:

Post a Comment