add AllowNoPassword in the sample config file to help people change it to match the default behavior of a newly-installed MySQL server

This commit is contained in:
Marc Delisle
2009-11-09 15:02:21 +00:00
parent 3d34c722c1
commit ffa7b18158

View File

@@ -34,6 +34,7 @@ $cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false; $cfg['Servers'][$i]['compress'] = false;
/* Select mysqli if your server has it */ /* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = 'mysql'; $cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['AllowNoPassword'] = false;
/* rajk - for blobstreaming */ /* rajk - for blobstreaming */
$cfg['Servers'][$i]['bs_garbage_threshold'] = 50; $cfg['Servers'][$i]['bs_garbage_threshold'] = 50;