// MySQL user$cfg['Servers'][$i]['user'] = 'root';
// MySQL password$cfg['Servers'][$i]['password'] = '';
// Whether to try to connect without password$cfg['Servers'][$i]['nopassword'] = true;
// whether to allow login of any user without a password$cfg['Servers'][$i]['AllowNoPassword'] = true;