From 9e58854cfe8691fc6a5eac95472e9cc36c73193d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 9 Nov 2009 15:02:21 +0000 Subject: [PATCH] add AllowNoPassword in the sample config file to help people change it to match the default behavior of a newly-installed MySQL server --- config.sample.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config.sample.inc.php b/config.sample.inc.php index bf322f3b24..436421ed0f 100644 --- a/config.sample.inc.php +++ b/config.sample.inc.php @@ -34,6 +34,7 @@ $cfg['Servers'][$i]['connect_type'] = 'tcp'; $cfg['Servers'][$i]['compress'] = false; /* Select mysqli if your server has it */ $cfg['Servers'][$i]['extension'] = 'mysql'; +$cfg['Servers'][$i]['AllowNoPassword'] = false; /* rajk - for blobstreaming */ $cfg['Servers'][$i]['bs_garbage_threshold'] = 50; -- 2.11.4.GIT