phpMyAdmin 에 오셨습니다

Language

오류

The configuration file now needs a secret passphrase (blowfish_secret).



위와 같은 에러가 발생한다면..
config.inc.php파일을 open합니다.
아래 항목을 찾아서..
<기존>
$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
<변경>
$cfg['blowfish_secret'] = 'abcd'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
로 변경합니다. abcd로 넣든지 원하시는 아무 문자나 입력하시고 저장하세요.

새로고침해보시면..

phpMyAdmin 에 오셨습니다

Language

mcrypt 확장모듈을 불러올 수 없습니다.<br />PHP 환경설정을 검사하십시오.


위처럼 로그인 창이 뜹니다...


참 설치 방법은 

config.sample.inc.php파일을 config.inc.php로 변경 후 open합니다.

$cfg['Servers'][$i]['auth_type'] = 'cookie';
로 수정합니다.


+ Recent posts