【 TiDB 版本】
5.7.25-TiDB-v6.5.10
【 Bug 的影响】
修改默认身份认证插件后未生效
【可能的问题复现步骤】
1、set global default_authentication_plugin=‘caching_sha2_password’;
2、show variables like ‘%default_authentication_plugin%’;
3、create user test@‘%’ identified by ‘12345’;
4、select host,user,authentication_string,plugin from mysql.user where user=‘test’;