묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
phpMyAdmin 2.5.6 셋팅 좀 도와주세요...
2004.04.07 12:19
$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)
$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)
$cfg['Servers'][$i]['user'] = ''; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
이렇게 하시면 기본적으로 아이디와..
비밀번호를 물어봅니다..
그리고 윗 부분에
$cfg['PmaAbsoluteUri'] = '접속을 할 주소';<-- 옆에 한글로 ~~주소 부분에 님이 phpmyadmin 을 호출할 정확한 Url 을 써주시면 됩니다.
http://www.nzard.com