赞
踩
alter user 'root'@'localhost' identified by '新密码' password expire never; alter user 'root'@'localhost' identified with mysql_native_password by '新密码';
flush privileges;