mysql 8.0.18 Change Password

1, the installation is successful, enter mysql

 

2, change the password syntax

set pass word 'username' @ 'localhost' = 'new password';

 

3, after the successful modification will prompt: Query OK, 0 rows affected (0.05 sec);

4, I wish success!

 

Guess you like

Origin www.cnblogs.com/wd520/p/12066448.html