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