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
만일 당신이 배를 만들고 싶다면 사람들을 불러모아 목재를 가져오게 하고 일을 지시하고 일감을 나눠 주는 등의 일을 하지 말아라. 대신 그들에게 저 넓고 끝없는 바다에 대한 동경심을 키워 줘라. (생텍쥐페리)