Skip to content

조회 수 16497 추천 수 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. No Image 04Jun
    by ADMINPLAY
    2009/06/04 by ADMINPLAY
    Views 8135 

    php 버전 정보 숨기기

  2. No Image 23Dec
    by ADMINPLAY
    2008/12/23 by ADMINPLAY
    Views 22282 

    PHP 버전 확인하기

  3. No Image 18Jul
    by ADMINPLAY
    2009/07/18 by ADMINPLAY
    Views 11536 

    PHP 언어디코딩

  4. No Image 03Nov
    by ADMINPLAY
    2008/11/03 by ADMINPLAY
    Views 8035 

    PHP 업로드 용량 제한 변경하기 #1

  5. No Image 03Nov
    by ADMINPLAY
    2008/11/03 by ADMINPLAY
    Views 7450 

    PHP 업로드 용량 제한 변경하기 #2

  6. php 재 컴파일 없이 필요한 모듈 올리기

  7. PHP 컴파일하고 Make 할때 lltdl을 찾을 수 없다면서 중지되는 경우 해결법 + mcrypt 설치법

  8. No Image 04Jun
    by ADMINPLAY
    2009/06/04 by ADMINPLAY
    Views 7387 

    php.ini 설명

  9. No Image 04Jun
    by ADMINPLAY
    2009/06/04 by ADMINPLAY
    Views 10970 

    php.ini 세션유지 시간 설정

  10. No Image 18Jul
    by ADMINPLAY
    2009/07/18 by ADMINPLAY
    Views 9630 

    php.ini 옵션 한글설명

  11. No Image 19Oct
    by ADMINPLAY
    2009/10/19 by ADMINPLAY
    Views 17518 

    PHP.INI에서의 세션 관련설명

  12. PHPMyAdmin - blowfish_secret 해결방법

  13. No Image 20Jan
    by ADMINPLAY
    2009/01/20 by ADMINPLAY
    Views 10864 

    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.

  14. No Image 20Jan
    by ADMINPLAY
    2009/01/20 by ADMINPLAY
    Views 10026 

    PHPMyAdmin 오류조치법 Your PHP MySQL library version 3.23.49 differs from your MySQL server version 4.0.27. This may cause unpredictable behavior

  15. No Image 19Sep
    by ADMINPLAY
    2009/09/19 by ADMINPLAY
    Views 17193 

    php세션정리

  16. No Image 01Jun
    by ADMINPLAY
    2009/06/01 by ADMINPLAY
    Views 16848 

    php에서 curl 설치하기

  17. No Image 08Aug
    by ADMINPLAY
    2009/08/08 by ADMINPLAY
    Views 16109 

    php컴파일에러(flex) configure: error: cannot find output from lex; giving up

  18. No Image 09Jan
    by ADMINPLAY
    2010/01/09 by ADMINPLAY
    Views 15550 

    register_globals = off 란?

  19. No Image 09Jan
    by ADMINPLAY
    2010/01/09 by ADMINPLAY
    Views 17876 

    register_globals 에 따른 서버 변수형 변환

  20. No Image 18Jul
    by ADMINPLAY
    2009/07/18 by ADMINPLAY
    Views 11405 

    SENDMAIL SPAMASSASSIN 관리 local.cf

Board Pagination Prev 1 2 3 Next
/ 3

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234