Skip to content

Commit

Permalink
default password 'cbb74bc' changed to 'change_password'
Browse files Browse the repository at this point in the history
Signed-off-by: Olumide <olugbemiro.olumide@gmail.com>
  • Loading branch information
olumide95 committed Jun 13, 2020
1 parent b23afd7 commit c49a920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit c49a920

Please sign in to comment.