/* Authentication type */ $cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Servers'][$i]['user'] = 'LoginPourVotreBaseSQL'; $cfg['Servers'][$i]['password'] = 'MotDePassePourVotreBaseSQL'; // use here your password $cfg['Servers'][$i]['only_db'] = 'NomBaseSQL'; $cfg['Servers'][$i]['connect_type'] = 'tcp'; /* Server parameters */ //$cfg['Servers'][$i]['host'] = 'localhost'; $cfg['Servers'][$i]['host'] = 'NomServeurSQL'; $cfg['Servers'][$i]['compress'] = false; $cfg['Servers'][$i]['AllowNoPassword'] = false;