mysql 修改密码

修改密码

mysql> alter user 'root'@'localhost' identified by '123';

刷新权限

mysql> flush privileges;
原文地址:https://www.cnblogs.com/landv/p/11434907.html