mysql修改登录密码(忘记密码时的解决方案
mysql> alter user 'root'@'localhost' identified by '123';
附:忘记密码时

转载自:https://www.php.cn/mysql-tutorials-477437.html
mysql> alter user 'root'@'localhost' identified by '123';
附:忘记密码时

转载自:https://www.php.cn/mysql-tutorials-477437.html