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
결혼이란 단순히 만들어 놓은 행복의 요리를 먹는 것이 아니고, 이제부터 노력하여 행복의 요리를 둘이서 만들어 먹는 것이어야 한다. (피카이로)