From 284b1feacedcaa1b9736cd911d30b6abcfb682d5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 28 Apr 2010 11:47:05 +0000 Subject: [PATCH] Works if password empty --- build/exe/doliwamp/config.inc.php.install | 1 + 1 file changed, 1 insertion(+) diff --git a/build/exe/doliwamp/config.inc.php.install b/build/exe/doliwamp/config.inc.php.install index ac3c9fc07a1..14fe13b6a16 100644 --- a/build/exe/doliwamp/config.inc.php.install +++ b/build/exe/doliwamp/config.inc.php.install @@ -111,6 +111,7 @@ $cfg['Servers'][$i]['AllowDeny']['order'] // Host authentication order = ''; $cfg['Servers'][$i]['AllowDeny']['rules'] // Host authentication rules, leave blank for defaults = array(); +$cfg['Servers'][$i]['AllowNoPassword'] = true; // If you have more than one server configured, you can set $cfg['ServerDefault'] // to any one of them to autoconnect to that server when phpMyAdmin is started,