Mysql - [phpMyAdmin] The configuration file now needs a secret passphrase (blowfish_secret).
목록  
제 목 [phpMyAdmin] The configuration file now needs a secret passphrase (blowfish_secret).
작성자 박세청 작성일 2012/03/06 21:32


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

 

# 해결방법

 

1. config.sample.inc.php를 config.inc.php으로 복사합니다. (파일이 존재하면 생략)
          
2. 텍스트 에디터로 config.inc.php를 엽니다.
          
3. 블로우피시(blowfish) 비밀키 값을 지정합니다. 

 

(변경전)
$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

 

(변경후)
$cfg['blowfish_secret'] = 'xxxxx'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

임의의 비밀키 





이전글 #1054 - Unknown column 'Event_priv' in 'field list' - 오류
다음글 Replication in MySQL 5.5 on CentOS 5.5

목록