Skip to content

조회 수 16482 추천 수 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

  1. 세션관련 설명입니다

    Date2009.05.13 ByADMINPLAY Views7625
    Read More
  2. [php모듈] php 소스 암호화 하기 - php_screw-1.5

    Date2013.03.26 ByADMINPLAY Views9531
    Read More
  3. [PHP] 정규 표현식 정리

    Date2009.06.29 ByADMINPLAY Views14896
    Read More
  4. Warning: Unknown: open(, O_RDWR) failed: No such file ...

    Date2010.01.29 ByADMINPLAY Views19757
    Read More
  5. Warning: main(): URL file-access is disabled in the se...

    Date2009.06.04 ByADMINPLAY Views8237
    Read More
  6. Warning: flock(): supplied argument is not a valid str...

    Date2009.09.09 ByADMINPLAY Views16754
    Read More
  7. Ubuntu 7.04 Server 에 Zend Optimizer 3.2.8 설치하기!

    Date2009.07.19 ByADMINPLAY Views11638
    Read More
  8. Ubuntu 에서 PHP Screw 컴파일시 에러날 때

    Date2013.09.07 ByADMINPLAY Views6974
    Read More
  9. SENDMAIL SPAMASSASSIN 관리 local.cf

    Date2009.07.18 ByADMINPLAY Views11403
    Read More
  10. register_globals 에 따른 서버 변수형 변환

    Date2010.01.09 ByADMINPLAY Views17862
    Read More
  11. register_globals = off 란?

    Date2010.01.09 ByADMINPLAY Views15537
    Read More
  12. php컴파일에러(flex) configure: error: cannot find out...

    Date2009.08.08 ByADMINPLAY Views16096
    Read More
  13. php에서 curl 설치하기

    Date2009.06.01 ByADMINPLAY Views16843
    Read More
  14. php세션정리

    Date2009.09.19 ByADMINPLAY Views17180
    Read More
  15. PHPMyAdmin 오류조치법 Your PHP MySQL library version ...

    Date2009.01.20 ByADMINPLAY Views10023
    Read More
  16. PHPMyAdmin 오류조치법 The mbstring PHP extension was ...

    Date2009.01.20 ByADMINPLAY Views10861
    Read More
  17. PHPMyAdmin - blowfish_secret 해결방법

    Date2009.09.08 ByADMINPLAY Views16482
    Read More
  18. PHP.INI에서의 세션 관련설명

    Date2009.10.19 ByADMINPLAY Views17504
    Read More
  19. php.ini 옵션 한글설명

    Date2009.07.18 ByADMINPLAY Views9628
    Read More
  20. php.ini 세션유지 시간 설정

    Date2009.06.04 ByADMINPLAY Views10967
    Read More
Board Pagination Prev 1 2 3 Next
/ 3

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234