Works if password empty
This commit is contained in:
parent
940bdd0205
commit
284b1feace
@ -111,6 +111,7 @@ $cfg['Servers'][$i]['AllowDeny']['order'] // Host authentication order
|
|||||||
= '';
|
= '';
|
||||||
$cfg['Servers'][$i]['AllowDeny']['rules'] // Host authentication rules, leave blank for defaults
|
$cfg['Servers'][$i]['AllowDeny']['rules'] // Host authentication rules, leave blank for defaults
|
||||||
= array();
|
= array();
|
||||||
|
$cfg['Servers'][$i]['AllowNoPassword'] = true;
|
||||||
|
|
||||||
// If you have more than one server configured, you can set $cfg['ServerDefault']
|
// 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,
|
// to any one of them to autoconnect to that server when phpMyAdmin is started,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user