본문 바로가기

CENTOS 5.2

PHPMyAdmin - blowfish_secret 해결방법 PHPMyAdmin - blowfish_secret 해결방법 http://www.server3.co.kr/phpmyadmin 에 접속했을 경우 아래와 같은 경고 문구가 나타난다. http://www.server3.co.kr/phpmyadmin 에 로그인 했을 경우 아래와 같은 경고 문구가 나타난다. The configuration file now needs a secret passphrase (blowfish_secret). ------------------------------------------------------------------- phpmyadmin 환경설정파일 경로 /usr/local/apache/htdocs/phpmyadmin/libraries/config.default.php 이 파일.. 더보기
PHPMyAdmin - mbstring error 해결방법 PHPMyAdmin 을 설치 후 실행했을 때 아래와 같은 에러 문구가 나타났을 경우 해결하는 방법 The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results. ------------------------------------------------------------------- 1. PHP를 RPM으로 설치한 경우 - YUM 을 이용한 방법 # yum install php-mbstring -----------.. 더보기
PHPMyAdmin - mcrypt 문제 해결 방법 (libmcrypt 설치) PHPMyAdmin 을 설치 후 실행했을 때 아래와 같은 에러 문구가 나타났을 경우 해결하는 방법 mcrypt 확장모듈을 불러올 수 없습니다. PHP 환경설정을 검사하십시오. ------------------------------------------------------------------- libmcrypt-2.5.8.tar.gz (다운로드) ------------------------------------------------------------------- 1. libmcrypt 설치 [root@server3 Desktop]# tar xvfz libmcrypt-2.5.8.tar.gz libmcrypt-2.5.8/ - 중략 libmcrypt-2.5.8/configure.in [root@serve.. 더보기