리눅스 phpMyAdmin 설치 (수동)

Jmnote (토론 | 기여)님의 2013년 12월 2일 (월) 03:27 판 (→‎압축 해제)
phpMyAdmin 설치 (git)

1 다운로드 및 업로드

  • http://www.phpmyadmin.net/ 접속
  • [Download 4.0.9] 클릭하여 phpMyAdmin-4.0.9-all-languages.zip 다운로드(8 MB)
  • zip파일을 대상 서버의 DOCUMENT_ROOT 상위폴더에 업로드

2 압축 해제

[root@jmnote ~]# cd /var/www/
[root@jmnote www]# ll *.zip
-rw-r--r--  1 root root 8349983 Nov 30 02:01 phpMyAdmin-4.0.9-all-languages.zip
[root@jmnote www]# unzip phpMyAdmin-4.0.9-all-languages.zip
... (생략)
  inflating: phpMyAdmin-4.0.9-all-languages/view_create.php  
  inflating: phpMyAdmin-4.0.9-all-languages/view_operations.php  
  inflating: phpMyAdmin-4.0.9-all-languages/webapp.php
[root@jmnote www]# ll
total 8188
drwxr-xr-x  2 root root    4096 Nov 25  2012 cgi-bin
drwxr-xr-x  3 root root    4096 Nov 27 01:30 error
drwxr-xr-x 34 root root    4096 Jul 14  2011 html
drwxr-xr-x  3 root root    4096 Nov 27 01:31 icons
drwxr-xr-x  9 root root    4096 Nov  4 12:25 phpMyAdmin-4.0.9-all-languages
-rw-r--r--  1 root root 8349983 Nov 30 02:01 phpMyAdmin-4.0.9-all-languages.zip
[root@jmnote www]# mv phpMyAdmin-4.0.9-all-languages phpMyAdmin
[root@jmnote www]# ll | grep phpMyAdmin
drwxr-xr-x  9 root root    4096 Nov  4 12:25 phpMyAdmin
-rw-r--r--  1 root root 8349983 Nov 30 02:01 phpMyAdmin-4.0.9-all-languages.zip

3 설정

[root@jmnote www]# cd phpMyAdmin
[root@jmnote phpMyAdmin]# mkdir config
[root@jmnote phpMyAdmin]# cd config
[root@jmnote config]# cp ../config.sample.inc.php config.inc.php
[root@jmnote config]# ll
total 4
-rw-r--r-- 1 root root 3889 Dec  2 03:26 config.inc.php

4 같이 보기

5 주석


6 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}