phpMyAdmin 설치 참고사항
(phpMyAdmin-2.6.1-pl3 php-4.3.10 아파치-2.0.53)
먼저 PHP가 올바르게 설치되어 있어야 합니다. phpMyAdmin이 http 인증을 사용하려면 PHP를 apache 모듈로 설치해야 합니다. 또한 특정 설치 프로세스를 지원하도록 mbstring을 추가해야 합니다.
./configure --with-apxs2=/usr/local/apache/bin/apxs --enable-mbstring
(일반: ./configure --prefix=/usr/local/php4 --with-mysql=/usr/local/mysql --with-apxs2=/usr/local/apache/bin/apxs --enable-mbstring)
만들다
설치하다
(FreeBSD) /usr/local/apache/etc/conf/httpd.conf에 추가
AddType 애플리케이션/x-httpd-php .php
AddType 애플리케이션/x-httpd-php-source .phps
있는지 확인하세요.
로드모듈 php4_module 모듈/libphp4.so
그렇지 않은 경우
phpMyAdmin을 추가하고 설치합니다(보통 압축을 푼다).
개정하다
$cfg['PmaAbsoluteUri']
$cfg['서버'][$i]['호스트']
$cfg['Servers'][$i]['auth_type'] # Apache 모듈에 따라 설치하면 http를 사용할 수 있고, cgi에 따라 설치하면 쿠키를 사용해야 합니다.