MySQL phpMyAdmin 2.8.X 설치하기
페이지 정보
본문
www.phpmyadmin.net 에서 최신 파일을 다운로드 합니다.
phpMyAdmin - 2.8.1 에서의 설치방법이 그 전 방식과 변경이 되었습니다.
( phpMyAdmin - 2.10.2 , phpMyAdmin - 2.11.9 )
phpMyAdmin-2.8.1.tar.gz 파일을 다운로드 후 웹페이지 기본 경로로 복사한후 압축을 풉니다.
※ 2.8.x 에서는 phpMyAdmin / libraries / config.default.php 수정
변경전 $cfg['PmaAbsoluteUri'] = '';
변경후 $cfg['PmaAbsoluteUri'] = 'http://홈페이지/phpMyAdmin/';
변경전 $cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
변경후 $cfg['Servers'][$i]['host'] = 'DBIP 또는 localhost';
변경전 $cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method...
변경후 $cfg['Servers'][$i]['auth_type'] = 'http';
변경전 $cfg['Servers'][$i]['user'] = '디비아이디'; // MySQL user
변경후 $cfg['Servers'][$i]['user'] = '디비유저이름'; // dbUser이름을 입력합니다.
수정완료후 웹브라우저에서 http://홈페이지/phpMyAdmin/ 클릭 후
인증창에 접속 아이디 및 비밀번호 입력후 사용하시면 됩니다.
※ 2.6.x 이하 버전인 경우 phpMyAdmin / config.inc.php 또는 config.default.php 수정
변경전 $cfg['PmaAbsoluteUri'] = 'localhost url';
변경후 $cfg['PmaAbsoluteUri'] = 'http://홈페이지/phpMyAdmin/';
변경전 $cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method ...
변경후 $cfg['Servers'][$i]['auth_type'] = 'http';
변경전 $cfg['Servers'][$i]['user'] = 'root'; // MySQL user
변경후 $cfg['Servers'][$i]['user'] = '디비유저이름';
기타 참조사이트
1. http://blog.naver.com/jasmu?Redirect=Log&logNo=24639077
2. http://blog.naver.com/aram96?Redirect=Log&logNo=20009836326
3. http://kin.naver.com/knowhow/entry.php?eid=qLbKJODvUQmKXGB2WC8s+4VqNon1V6Ek
phpMyAdmin - 2.8.1 에서의 설치방법이 그 전 방식과 변경이 되었습니다.
( phpMyAdmin - 2.10.2 , phpMyAdmin - 2.11.9 )
phpMyAdmin-2.8.1.tar.gz 파일을 다운로드 후 웹페이지 기본 경로로 복사한후 압축을 풉니다.
※ 2.8.x 에서는 phpMyAdmin / libraries / config.default.php 수정
변경전 $cfg['PmaAbsoluteUri'] = '';
변경후 $cfg['PmaAbsoluteUri'] = 'http://홈페이지/phpMyAdmin/';
변경전 $cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
변경후 $cfg['Servers'][$i]['host'] = 'DBIP 또는 localhost';
변경전 $cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method...
변경후 $cfg['Servers'][$i]['auth_type'] = 'http';
변경전 $cfg['Servers'][$i]['user'] = '디비아이디'; // MySQL user
변경후 $cfg['Servers'][$i]['user'] = '디비유저이름'; // dbUser이름을 입력합니다.
수정완료후 웹브라우저에서 http://홈페이지/phpMyAdmin/ 클릭 후
인증창에 접속 아이디 및 비밀번호 입력후 사용하시면 됩니다.
※ 2.6.x 이하 버전인 경우 phpMyAdmin / config.inc.php 또는 config.default.php 수정
변경전 $cfg['PmaAbsoluteUri'] = 'localhost url';
변경후 $cfg['PmaAbsoluteUri'] = 'http://홈페이지/phpMyAdmin/';
변경전 $cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method ...
변경후 $cfg['Servers'][$i]['auth_type'] = 'http';
변경전 $cfg['Servers'][$i]['user'] = 'root'; // MySQL user
변경후 $cfg['Servers'][$i]['user'] = '디비유저이름';
기타 참조사이트
1. http://blog.naver.com/jasmu?Redirect=Log&logNo=24639077
2. http://blog.naver.com/aram96?Redirect=Log&logNo=20009836326
3. http://kin.naver.com/knowhow/entry.php?eid=qLbKJODvUQmKXGB2WC8s+4VqNon1V6Ek
댓글목록
등록된 댓글이 없습니다.