◈ 기타
phpMyAdmin 인증방식 - cookie / http
잠꾸러기머프
2009. 1. 19. 15:45
cookie 인증 방식
http 인증방식
/usr/local/apache/htdocs/phpmyadmin/libraries/config.default.php 이 파일을 아래 경로와 파일명으로 복사.
※ 주의 : 디렉토리 퍼미션에 유의!
/usr/local/apache/htdocs/phpmyadmin/config.inc.php
================================================= ■ cookie 인증 방식 ■ =====================
72 $cfg['blowfish_secret'] = 'cookie';
168 $cfg['Servers'][$i]['auth_type'] = 'cookie';
================================================= ■ http 인증 방식 ■ ========================
72 $cfg['blowfish_secret'] = '';
168 $cfg['Servers'][$i]['auth_type'] = 'http';