From c4fba54224e7ccb863c4394b97fd5551acc0ddfb Mon Sep 17 00:00:00 2001 From: patrickcs1 <33843688+patrickcs1@users.noreply.github.com> Date: Tue, 5 Dec 2017 13:37:40 -0200 Subject: [PATCH] Update config.inc.php --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php b/config.inc.php index fafe24e..55ede0e 100644 --- a/config.inc.php +++ b/config.inc.php @@ -30,7 +30,7 @@ /* Server parameters */ $cfg['Servers'][$i]['host'] = 'mysql'; $cfg['Servers'][$i]['compress'] = false; -$cfg['Servers'][$i]['AllowNoPassword'] = false; +$cfg['Servers'][$i]['AllowNoPassword'] = true; /** * phpMyAdmin configuration storage settings.