From 2c5510406cbe3b8d658cc750cf5aa02d2f797e81 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 19 May 2008 18:37:04 +0000 Subject: [PATCH] phpMyAdmin access is done via http basic requests --- build/exe/doliwamp/config.inc.php.install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/exe/doliwamp/config.inc.php.install b/build/exe/doliwamp/config.inc.php.install index a37052dac4c..ac3c9fc07a1 100644 --- a/build/exe/doliwamp/config.inc.php.install +++ b/build/exe/doliwamp/config.inc.php.install @@ -68,9 +68,9 @@ $cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user // 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'] = 'WAMPMYSQLNEWPASSWORD'; // MySQL password (only needed +$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)? +$cfg['Servers'][$i]['user'] = ''; // MySQL user +$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed // with 'config' auth_type) $cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only // this db is displayed in left frame