[code:1:ee5f0c997e]$cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settings
// (this user must have read-only
$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
// and "mysql/db" tables)
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)[/code:1:ee5f0c997e]
So were do i set the passes? If i had to guess below the Auth type, the MySQL user and PW.
Cuz i tried that but i cant even login then, it just tells me some wicked stuff.
Im going to try it again see what it says.
|