removed note that basic username is always requried.

This commit is contained in:
Robin Johnson
2001-10-23 22:39:04 +00:00
parent 8d5d0ec520
commit 257ab284c4
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2001-10-23 Robin Johnson <robbat2@users.sourceforge.net>
* Documentation.html: Redid documentation of advanced authentication mode.
* Documentation.txt: Updated from latest Documentation.html
* config.inc.php3: removed note that basic user name is always required
2001-10-23 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* config.inc.php3, Documentation.html: extended the use of stduser/stdpass

View File

@@ -45,7 +45,7 @@ $cfgServers[1]['connect_type'] = 'tcp'; // How to connect to MySQL server
$cfgServers[1]['stduser'] = ''; // MySQL standard user settings (this user must have read-only
$cfgServers[1]['stdpass'] = ''; // access to the "mysql/user" and "mysql/db" tables)
$cfgServers[1]['adv_auth'] = FALSE; // Use advanced authentication?
$cfgServers[1]['user'] = 'root'; // MySQL user (always required)
$cfgServers[1]['user'] = 'root'; // MySQL user
$cfgServers[1]['password'] = ''; // MySQL password (only needed with basic auth)
$cfgServers[1]['only_db'] = ''; // If set to a db-name, only this db is displayed at left frame
// It may also be an array of db-names