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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user