묻고답하기

$i++;
$cfg['Servers'][$i]['host']          = '210.118.169.140'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port']          = '3306';          // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket']        = '';          // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type']  = 'tcp';       // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['compress']      = FALSE;       // Use compressed protocol for the MySQL connection
                                                    // (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser']   = '';          // MySQL control user settings
                                                    // (this user must have read-only
$cfg['Servers'][$i]['controlpass']   = '';          // access to the "mysql/user"
                                                    // and "mysql/db" tables).
                                                    // The controluser is also
                                                    // used for all relational
                                                    // features (pmadb)
$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user']          = 'kmdfa';      // MySQL user
$cfg['Servers'][$i]['password']      = '요기 비번';          // MySQL password (only needed
                                                    // with 'config' auth_type)
$cfg['Servers'][$i]['only_db']       = '';          // If set to a db-name, only
                                                    // this db is displayed in left frame
------------------------------------------------------------------------------
phpMyAdmin 2.5.6에 오셨습니다
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.

오류
MySQL 메시지:
#1130 - 'green.byus.net'+ '+ ' 호스트는 이 MySQL서버에 접속할 허가를 받지 못했습니다.

이렇게 에러 메시지를 내면서 들어가질 못합니다...

초보라 그러니 좀 도와주세요... 셋팅법을 잘몰라서여...
* DeX™님에 의해서 게시물 이동되었습니다 (2004-04-07 13:18)
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
현이 온라인 테스트(시험) 문제 출력 관련 소스입니다. 이걸 수정하고 싶은데...  
andrew 2000 웹서버 [3] 2007.08.10
안젤레카 정말 허접한 질문 하나 할게요~ [1] 2007.08.10
박영신 게시판 만들때마다 고민되는게 있어서요... [3] 2007.08.10
레파 동영상 확장자 변환 하는 방법 [3] 2007.08.10
박보라 도와주세요~~ ip체크관련 질문이예요 [3] 2007.08.10
정부경 폼메일 관련질문입니다.. 빠른답변 부탁드립니다... 플리즈... [1] 2007.08.10
김군 도메인을 구입했는데.. 페이지 이동하면 주소가 바뀌네요.. [4] 2007.08.10
양이성 질문은 아니구요 그림 수정좀 부탁할려구 하는데요..  
김영준 주소창 입력으로 무단으로 자료 보는거 못막나여 [1] 2007.08.10
이세상끝까지. 아주 골때리는 사실을 하나 알았습니다. [7] 2007.08.10
밤거리 새로고침을 해도 사용자가 클릭해서 열었던 서브메뉴를 고정시키고 싶습니다. [1] 2007.08.10
freud 내장함수인 number() 와 string()에 대해서 알려주세요. [2] 2007.08.10
별의침묵 phpMyAdmin 2.5.6 셋팅 좀 도와주세요... [2] 2007.08.10
ZERO 현재 프레임 이름을 아는 법좀요- ㅠ_ㅠ; [4] 2007.08.10
이상준 서버공격? [3] 2007.08.10
쮸쮸봉 플래쉬 효과를 내려는데.... [1] 2007.08.10
rag php 관련 질문입니다. - 수정 [1] 2007.08.10
woosh 답글을 2가지 이상의 종류로 나누어서 입력이나 축력하려면....  
김민규 fopen()함수의 r 과 a 옵션에 대한 질문이요...