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
나는 단지 한 사람의 인간에 불과하다. 그렇더라도 나는 어디까지나 인간이다. 나는 모든 것을 다 할 수는 없다. 그렇더라도 나는 어떤 것은 할 수 있다. 그리고 모든 것을 다 할 수 없다고 해서 내가 할 수 있는 어떤 것까지 포기하지는 않을 것이다. (에드워드 에버렛 해일)