ADO.NET Provider for MySQL

Build 23.0.8839

Authentication

This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.


PropertyDescription
AuthSchemeThe scheme used for authentication. Accepted entries are Password, AzureAD, AzurePassword, AzureMSI, AwsIAMRoles, AwsEC2Roles, LDAP.
ServerThe host name or IP address of the server. Supports cluster servers, for example '192.168.0.1,192.168.0.2'.
PortThe port of the MySQL server. Supports cluster servers, for example: '3306, 3307', the number of the port should match with Servers.
UserThe MySQL user account used to authenticate.
PasswordThe password used to authenticate the user.
DatabaseThe name of the MySQL database.
DomainThe name of the domain for a Windows (NTLM) security login.
NTLMVersionThe NTLM version.
IntegratedUserThe user that is authenticating to the Windows.
UseSSLThis field sets whether SSL is enabled.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839