default_authentication_plugin
show variables 'default_authentication_plugin';
mysql 5.7: mysql_native_password
mysql8: caching_sha2_password
1.alter user authentication plugin
alter user 'username'@'%' identified with mysql_native_password by 'username123';
本文详细介绍了MySQL中default_authentication_plugin的使用,包括mysql5.7和mysql8版本的区别,以及如何通过SQL语句修改用户的认证插件。
2061

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



