Pull-request: #16190 Fixes: #16177 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
740abe8e4b
@ -525,7 +525,7 @@ Or, if you prefer to not be prompted every time you log in:
|
||||
$i=0;
|
||||
$i++;
|
||||
$cfg['Servers'][$i]['user'] = 'root';
|
||||
$cfg['Servers'][$i]['password'] = 'cbb74bc'; // use here your password
|
||||
$cfg['Servers'][$i]['password'] = 'changeme'; // use here your password
|
||||
$cfg['Servers'][$i]['auth_type'] = 'config';
|
||||
|
||||
.. warning::
|
||||
|
||||
Loading…
Reference in New Issue
Block a user