1、控制台登录
mysql -uroot -p
input password: # 输入原密码
2、修改密码
use mysql;
alter user 'root'@'localhost' identified by '123456'; #123456是新密码
1、控制台登录
mysql -uroot -p
input password: # 输入原密码
2、修改密码
use mysql;
alter user 'root'@'localhost' identified by '123456'; #123456是新密码