Complete docs for controuser/controlpass.

This commit is contained in:
Michal Čihař
2008-06-02 13:21:47 +00:00
parent efc4f5a9ba
commit 1e29fc466e

View File

@@ -130,12 +130,15 @@ $cfg['Servers'][$i]['compress'] = false;
/** /**
* MySQL control user settings (this user must have read-only * MySQL control user settings (this user must have read-only
* access to the "mysql/user" and "mysql/db" tables). The controluser is also
* used for all relational features (pmadb)
* *
* @global string $cfg['Servers'][$i]['controluser'] * @global string $cfg['Servers'][$i]['controluser']
*/ */
$cfg['Servers'][$i]['controluser'] = ''; $cfg['Servers'][$i]['controluser'] = '';
/** /**
* MySQL control user settings (this user must have read-only
* access to the "mysql/user" and "mysql/db" tables). The controluser is also * access to the "mysql/user" and "mysql/db" tables). The controluser is also
* used for all relational features (pmadb) * used for all relational features (pmadb)
* *