Change the password of the MySQL Root account

UPDATE mysql.user set authentication_string = PASSWORD ('Thank you thank you') WHERE User = 'root';

set password for'root'@'%'=passwoxxxx');

FLUSH PRIVILEGES;

Guess you like

Origin blog.csdn.net/m0_52191385/article/details/130708137