
mysql> alter user 'root'@'localhost' identified with mysql_native_password by 'password';
本文介绍如何使用MySQL原生密码插件更改root用户的登录密码,通过执行特定的SQL语句实现安全性的提升。

mysql> alter user 'root'@'localhost' identified with mysql_native_password by 'password';
1967
1255
556
2374
7805

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