푸른청년 푸르게 살고있나?  
home | 살아가기 | news | 세상보기 | tip&tech | 방명록 |  
   전체
   asp
   php
   jsp
   mssql
   mysql
   informix
   linux
   unix
   win2000
   javascript
   html
   oracle
   java
   etc
    
:: Tip&Tech > mysql
[MYSQL]phpmyadmin 관리자 페이지에 암호걸기
phpmyadmin  을  특정  디렉토리에  설치하고..
config.inc.php 파일을 열어보면.

$cfg['Servers'][$i]['auth_type']='http'; // Authentication method (config, http or cookie based)?
디폴트는 config로 되어 있는데.. 인증 없이 그러면 바로 들어갈수 있다.

$cfg['Servers'][$i]['user']='root'; // MySQL user

$cfg['Servers'][$i]['password']='루트계정비번';// MySQL password (only needed // with 'config' auth_type)


mysql 4.01 버전은 좀 틀린데 아래와 같다.

$cfgServers[1]['adv_auth'] = TRUE;
// Use advanced authentication?

$cfgServers[1]['stduser'] = 'root';
// MySQL standard user (only needed with advanced auth)

$cfgServers[1]['stdpass'] = '루트비번';
// MySQL standard password (only needed with advanced auth)

날짜: 2003-11-21 17:09:51, 조회수: 2566

다음글 [mysql]두서버간에 replication 하기
이전글 [mysql] mysql튜닝

꼬리말
글쓴이 비밀번호 #스팸글방지(주인장 닉네임을 쓰시오)

  
since by 2003.03.23 / 3th 2005.07.26 / 4th 2009.04.22 made by bluesoul