Q n A
[APMSETUP] phpMyAdmin root 패스워드 변경시 에러 해결 방법
Young79
2007. 5. 24. 15:45

phpMyAdmin/config.default.php를 열으셔셔 밑에 부분에 패스워드를 바꿔주세요.
// (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser'] = 'root'; // MySQL control user settings
// (this user must have read-only
$cfg['Servers'][$i]['controlpass'] = '패스워드 부분'; // access to the "mysql/user"
출처 : 근사모 The Pro-Style Group( http://www.apmsetup.com/board.php?ct=12&bid=100&bs_type=subject&bs_str=패스워드&pg=0&mode=view&uid=7501 )