转载:https://jingyan.baidu.com/article/454316ab4e9e65f7a7c03ad1.html
https://blog.youkuaiyun.com/weixin_42364681/article/details/113594594
有的版本的mysql更改密码的语句是
mysql> update mysql.user set authentication_string=PASSWORD('123456') where USER='root';
本文介绍了如何使用最新版本的MySQL更新root用户的密码,通过`UPDATE users SET authentication_string = PASSWORD('123456')`语句,确保密码安全升级。
转载:https://jingyan.baidu.com/article/454316ab4e9e65f7a7c03ad1.html
https://blog.youkuaiyun.com/weixin_42364681/article/details/113594594
有的版本的mysql更改密码的语句是
mysql> update mysql.user set authentication_string=PASSWORD('123456') where USER='root';
5万+
2万+
385

被折叠的 条评论
为什么被折叠?