my2sql icon indicating copy to clipboard operation
my2sql copied to clipboard

MySQL8.0版本配置文件中认证插件可否取消

Open oracle-sky opened this issue 1 year ago • 0 comments

hi liuhr

MySQL8.0版本配置文件中加入 default_authentication_plugin =mysql_native_password 后,mysql错误日志会一致打印lugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'

可否对此问题进行修复。 建议在mysql配置文件中取消default_authentication_plugin =mysql_native_password ,在创建账号 create user时指定 with mysql_native_password

oracle-sky avatar Feb 23 '24 08:02 oracle-sky