We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前我在使用aws rds mysql。2024年3月后,提供的mysql版本默认为8.0,其密码的加密方式强制为 caching_sha2_password。 目前内置的客户端不支持这个加密方式。 有计划将内置的mysql客户端升级下以支持mysql8么?
The text was updated successfully, but these errors were encountered:
无法设置成native_password了么?
Sorry, something went wrong.
是的。2024年3月后,aws提供的mysql版本默认为8.0,其密码的加密方式强制为 caching_sha2_password。不能修改为mysql_native_password。
mysql5.7社区版到23年10月就不再维护了。云商开始陆续升级到8.0版本了。
No branches or pull requests
目前我在使用aws rds mysql。2024年3月后,提供的mysql版本默认为8.0,其密码的加密方式强制为 caching_sha2_password。
目前内置的客户端不支持这个加密方式。
有计划将内置的mysql客户端升级下以支持mysql8么?
The text was updated successfully, but these errors were encountered: