From 67e2dddf0f652a5c10f578b5fd73388e11383b47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20M=C3=BCller?= Date: Thu, 5 Jul 2001 21:56:41 +0000 Subject: [PATCH] ooops :) --- config.inc.php3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.inc.php3 b/config.inc.php3 index 3461bf7ec..d5f7cbdc4 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -26,9 +26,9 @@ $cfgServers[1]['port'] = ''; // MySQL port - leave blank for $cfgServers[1]['adv_auth'] = false; // Use advanced authentication? $cfgServers[1]['stduser'] = ''; // MySQL standard user (only needed with advanced auth) $cfgServers[1]['stdpass'] = ''; // MySQL standard password (only needed with advanced auth) -$cfgServers[1]['user'] = 'root'; // MySQL user (only needed with basic auth) -$cfgServers[1]['password'] = 'qmail'; // MySQL password (only needed with basic auth) -$cfgServers[1]['only_db'] = ''; // If set to a db-name, only this db is accessible +$cfgServers[1]['user'] = 'root'; // MySQL user (only needed with basic auth) +$cfgServers[1]['password'] = ''; // MySQL password (only needed with basic auth) +$cfgServers[1]['only_db'] = ''; // If set to a db-name, only this db is accessible $cfgServers[1]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname $cfgServers[1]['bookmarkdb'] = ''; // Bookmark db - leave blank for no bookmark support $cfgServers[1]['bookmarktable'] = ''; // Bookmark table - leave blank for no bookmark support