From 257ab284c43645f96c4bd4bbaac3bdcd8cbae211 Mon Sep 17 00:00:00 2001 From: Robin Johnson Date: Tue, 23 Oct 2001 22:39:04 +0000 Subject: [PATCH] removed note that basic username is always requried. --- ChangeLog | 1 + config.inc.php3 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bc0fd01a3..4d5ec81fd 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2001-10-23 Robin Johnson * 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ïc Chapeaux * config.inc.php3, Documentation.html: extended the use of stduser/stdpass diff --git a/config.inc.php3 b/config.inc.php3 index 1013fa145..f2b286a52 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -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