Database

phpMyadmin - config.inc.php설정

페이지 정보

본문

$cfgServers[1]['host'] = 'localhost';
// MySQL port - leave blank for default port ( MySQL 의 PORT 를 지정합니다 , 빈값일때는 기본값(3306)으로 지정됩니다. )
$cfgServers[1]['port'] = '3306';
// Use advanced authentication? ( true 로 지정했을경우 인증을 사용합니다. false 라면 인증을 사용하지 않습니다. )
$cfgServers[1]['adv_auth'] = true;
// MySQL standard user (only needed with advanced auth) MySQL 의 root ID 를 지정합니다. 인증을 사용시에만 해당됩니다.
$cfgServers[1]['stduser'] = 'root';
// MySQL standard password (only needed with advanced auth) MySQL 의 root PS 를 지정합니다. 인증을 사용시에만 해당됩니다.
$cfgServers[1]['stdpass'] = '';
// MySQL user (only needed with basic auth) MySQL 의 ID 를 지정합니다. , 인증을 사용하지 않을때 설정합니다.
$cfgServers[1]['user'] = 'root';
// MySQL password (only needed with basic auth) MySQL 의 PS 를 지정합니다. , 인증을 사용하지 않을때 설정합니다.
$cfgServers[1]['password'] = '';
// If set to a db-name, only this db is accessible ( DB 이름을 지정합니다. , 하나의 디비만 사용하고 싶을때만 설정합니다. )
$cfgServers[1]['only_db'] = '';
$cfgServers[1]['verbose'] = '';    // Verbose name for this host - leave blank to show the hostname

관련자료

등록된 댓글이 없습니다.
Today's proverb
미모의 아름다움은 눈만을 즐겁게 하나 상냥한 태도는 영혼을 매료시킨다. (볼테르)