Authentication
このセクションでは、本プロバイダーの接続文字列で設定可能なAuthentication プロパティの全リストを提供します。
| プロパティ | 説明 |
| AuthScheme | The scheme used for authentication. Accepted entries are Password, AzureAD, AzurePassword, AzureMSI, AwsIAMRoles, AwsEC2Roles, LDAP. |
| Server | サーバーのホスト名またはIP アドレス。クラスタサーバーをサポートします。例えば、'192.168.0.1,192.168.0.2'。 |
| Port | MySQL サーバーのポート。クラスタサーバーをサポートします。例:'3306, 3307'、ポートの数はサーバーと一致する必要があります。 |
| User | 認証で使用されるMySQL ユーザーアカウント。 |
| Password | ユーザーの認証で使用されるパスワード。 |
| Database | MySQL データベースの名前。 |
| Domain | The name of the domain for a Windows (NTLM) security login. |
| NTLMVersion | The NTLM version. |
| IntegratedUser | The user that is authenticating to the Windows. |
| UseSSL | このフィールドはSSL が有効化されているかどうかを設定します。 |