This commit is contained in:
Marc Delisle
2003-12-02 22:03:41 +00:00
parent 8e35ac6148
commit 0034c937b4
3 changed files with 12 additions and 1 deletions

View File

@@ -75,7 +75,10 @@ $cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol f
$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)
// and "mysql/db" tables).
// The controluser is also
// used for all relational
// features (pmadb)
$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