Merge #16190 - Fix #16177 - Change password cbb74bc to changeme

Pull-request: #16190
Fixes: #16177

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-06-13 19:10:59 +02:00
commit 740abe8e4b
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -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::