MySQL¶
Supported connection modes:
Supported client applications:
Official MySQL client
Notes:
Session joining is not supported.
Active Directory and other external authentication sources are not supported.
Since version 5.6, this connection type supports all standard authentication methods. If multi-factor authentication is used, only single-step 2FA (e.g., password and token entered together) is supported.
Supported authentication plugins:
for communication between |product_name| and the database server:
mysql_clear_password,mysql_native_password,caching_sha2_password;for communication between the client and |product_name|:
mysql_clear_password.