Modify the password of the root user of the mysql database

Use sql statement to modify

Change the password of user   root   to   password

ALTER USER root@localhost IDENTIFIED BY 'password';

Guess you like

Origin blog.csdn.net/weixin_45251017/article/details/125774024