- 新しい順
- 投票が多い順
- コメントが多い順
こちらの質問と同様の問題が発生しているように見えます。
https://repost.aws/questions/QUc_APXlzaTY6Ml73KEjRZwg/support-for-log-error-suppression-list-in-mysql8-parameter-groups
その中の回答によるとAWS側でも対応中のようなのでユーザー側では対応待ちになるのではないかと思います。
https://repost.aws/questions/QUc_APXlzaTY6Ml73KEjRZwg/support-for-log-error-suppression-list-in-mysql8-parameter-groups#ANe4ebw06FQMaGX5ZpZTSD6A
Just spoke with AWS and they mentioned that "I would like to let you know that our development team is aware of this limitation and there is already plan in place to have "default_authentication_plugin" modifiable in the future. Currently, we are unable to provide ETA when this will be done, however, as soon as its gets released, it will be publicly announced in either one of the following links noted below".
AWS RDS Blog: https://aws.amazon.com/blogs/aws/category/amazon-rds/
AWS RDS forum: https://forums.aws.amazon.com/forum.jspa?forumID=60
What's new blog: https://aws.amazon.com/new/
関連するコンテンツ
- 質問済み 6年前
- AWS公式更新しました 3年前
回答ありがとうございます!re:Postにすでに投稿があったのですね...。 default_authentication_pluginが今後変更可能になる予定であることはわかったのですが、default_authentication_pluginはCREATE USERなどによって作成された新しいアカウントに対しての認証方法を決定する設定のため、アップデートがあったとしても、既に存在するrdsadminの認証方法はauth_socketのままなのではないかと思います。。 また、rdsadminは現在auth_socketの認証方法になっているにも関わらず、あたかもmysql_native_passwordになっているかのような警告が出ているのが気になります。