Skip to content

조회 수 16479 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
PHPMyAdmin - blowfish_secret 해결방법





phpmyadmin 에 로그인 했을 경우 아래와 같은 경고 문구가 나타난다.

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

-------------------------------------------------------------------

phpmyadmin 환경설정파일 경로
/usr/local/apache/htdocs/phpmyadmin/libraries/config.default.php 이 파일을 아래 경로와 파일명으로 복사해서
/usr/local/apache/htdocs/phpmyadmin/config.inc.php

-------------------------------------------------------------------

phpMyAdmin 인증방식 - cookie


 # vi config.inc.php

 64 /**
 65  * The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If
 66  * at least one server configuration uses 'cookie' auth_type, enter here a
 67  * pass phrase that will be used by blowfish. The maximum length seems to be 46
 68  * characters.
 69  *
 70  * @global string $cfg['blowfish_secret']
 71  */
 72 $cfg['blowfish_secret'] = 'cookie';

     /**
164  * Authentication method (valid choices: config, http, signon or cookie)
165  *
166  * @global string $cfg['Servers'][$i]['auth_type']
167  */
168 $cfg['Servers'][$i]['auth_type'] = 'cookie';
169
170 /**
171  * File containing Swekey ids and login names (see /contrib);
172  * leave empty to deactivate Swekey hardware authentication
173  *
174  * @global string $cfg['Servers'][$i]['auth_swekey_config']
175  */
176 $cfg['Servers'][$i]['auth_swekey_config'] = '';
177
178 /**
179  * MySQL user
180  *
181  * @global string $cfg['Servers'][$i]['user']
182  */
183 $cfg['Servers'][$i]['user'] = 'root';   or   $cfg['Servers'][$i]['user'] = ''; - 사용자 입력
184
185 /**
186  * MySQL password (only needed with 'config' auth_type)
187  *
188  * @global string $cfg['Servers'][$i]['password']
189  */
190 $cfg['Servers'][$i]['password'] = 'flsnrtm';   or   $cfg['Servers'][$i]['password'] = '';  - password 입력

# /usr/local/apache/bin/apachectl restart

List of Articles
번호 제목 글쓴이 날짜 조회 수
48 4.1.0이상 php 버전에서 register_globals = Off 일때 기... ADMINPLAY 2010.01.09 15422
47 call undefined mysql connect 에러 발생시 해결 방안 ADMINPLAY 2009.06.04 8430
46 call undefined mysql connect 와 같은 mysql 라이브러리... ADMINPLAY 2009.06.04 9014
45 configure: error: utf8_mime2text() has new signature, ... ADMINPLAY 2010.05.18 21855
44 DB 관리 : phpmyadmin ADMINPLAY 2008.12.10 8778
43 DBA: Could not find necessary header file 발생시 대처법 ADMINPLAY 2009.06.04 9249
42 Fatal error: Call to undefined function domxml_open_mem() ADMINPLAY 2009.12.31 17335
41 Fedora 및 CentOs 에서 Imap PHP 연동시 에러가날때 ADMINPLAY 2009.06.01 9059
40 freetds 설치 (php로 외부 MS-SQL 서버에 접속 사용하기) ADMINPLAY 2009.05.18 9595
39 Freetds 설치 참고 (sybase) ADMINPLAY 2009.06.04 10717
38 ini_set("allow_url_fopen", 1); -- allow_url_fopen = Of... ADMINPLAY 2009.06.01 10124
37 Maximum execution time of 30 seconds exceeded ADMINPLAY 2009.09.28 17371
36 oracle10g + php5.2.11 error [OCIEnvNlsCreate() failed] ADMINPLAY 2010.02.24 71249
35 pear 1.9 업그레이드 및 패치설치 ADMINPLAY 2009.12.31 17307
34 PEC HTTP Setup ADMINPLAY 2009.12.31 15922
33 PHP - eAccelerator 설치 ADMINPLAY 2009.08.03 15000
32 php 5.1.4 인데 ZipArchive() 사용하기 --enable-zip file ADMINPLAY 2009.06.03 13300
31 PHP FreeTDS 사용 (MS-SQL) file ADMINPLAY 2010.01.05 16929
30 php mysql에 insert시 싱글쿼츠(홑따옴표) 입력 처리 (mag... ADMINPLAY 2013.09.07 8909
29 php 명령어 이용 phpinfo 확인 ADMINPLAY 2009.06.04 10236
Board Pagination Prev 1 2 3 Next
/ 3

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234