--- trunk/phpmyadmin/config.inc 2007/07/08 13:52:06 251 +++ trunk/phpmyadmin/config.inc 2007/07/08 13:56:00 252 @@ -42,8 +42,8 @@ // The controluser is also // used for all relational // features (pmadb) -$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (valid choices: config, http, HTTP, signon or cookie) -$cfg['Servers'][$i]['user'] = 'root'; // MySQL user +$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (valid choices: config, http, HTTP, signon or cookie) +$cfg['Servers'][$i]['user'] = ''; // MySQL user $cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed // with 'config' auth_type) $cfg['Servers'][$i]['SignonSession'] = ''; // Session to use for 'signon' auth method