From c49a9205a3493d35386032e84d0b12c53e31fb70 Mon Sep 17 00:00:00 2001 From: Olumide Date: Sat, 13 Jun 2020 12:16:56 +0100 Subject: [PATCH 1/2] default password 'cbb74bc' changed to 'change_password' Signed-off-by: Olumide --- doc/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/setup.rst b/doc/setup.rst index 0d1b9edfbe..c86709cc11 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -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'] = 'change_password'; // use here your password $cfg['Servers'][$i]['auth_type'] = 'config'; .. warning:: From e2d472e5c5ec5a147fdfff2f53ed7b07adb76e3f Mon Sep 17 00:00:00 2001 From: Olumide Date: Sat, 13 Jun 2020 16:36:45 +0100 Subject: [PATCH 2/2] default password 'change_password' changed to 'changeme' Signed-off-by: Olumide --- doc/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/setup.rst b/doc/setup.rst index c86709cc11..589ecab49e 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -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'] = 'change_password'; // use here your password + $cfg['Servers'][$i]['password'] = 'changeme'; // use here your password $cfg['Servers'][$i]['auth_type'] = 'config'; .. warning::