authentication_ociプラグインを使用した認証
DBシステムに接続したら、authentication_ociなどの認証プラグインを使用してユーザーを認証します。MySQL authentication_ociプラグインを使用すると、MySQLユーザーを既存のローカル、フェデレーテッドまたはプロビジョニングされたユーザーにマップできます。This enables you to log in to the MySQL Server of the DB system from the command-line, or one of the MySQL Connectors (version 8.0.27 or higher), using an API key-pair or IAM security token for authentication.
ノート
caching_sha2_password (デフォルト)、mysql_native_passwordおよびsha256_passwordプラグインを使用して認証することもできます。Default Authentication Pluginsを参照してください。