config.inc.php File 편집1. phpadmin 설치 경로(URL) $cfg['PmaAbsoluteUri'] = 'http://[URL]/[phpamin Foldername]/'; 예) $cfg['PmaAbsoluteUri'] = 'http://xpz.chinguya.net/phpMyamin/';2. MySQL이 설치된 Server 경로(URL) $cfg['Servers'][$i]['host'] = 'localhost';예) $cfg['Servers'][$i]['host'] = 'localhost'; //phpMyamin이 작동되는 Server 상에 DB가 존재할 때 예) $cfg['Servers'][$i]['host'] = 'http://www.freesql.net'; // Remote S..