Gets or sets the name of the user to connect.
Gets or sets the user’s password to connect.
Gets or sets name or IP address of host of MySQL database to which to connect.
Gets or sets port of MySQL server to which to connect.
Gets or sets the name of the database to be used once a connection is open.
Gets or sets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
Gets or sets the time in seconds to wait while trying to execute a command before terminating the attempt and generating an error.
Gets or sets the interval (in seconds) between pinging MySQL server and reopening the connection if required.
Gets or sets a Boolean value that indicates whether the connection is automatically enlisted in the current transaction context.
Enables support for non-distributed transactions in the Transaction Scope implementation.
Gets or sets name of pipe to use when connecting with named pipe.
Gets or sets a value indicating whether the MySQL client library (libmysql.dll) will be used.
Gets or sets a value indicating whether to enable transferred data compression.
Gets or sets a value indicating whether the UTF8 character set will be used.
Gets or sets a MySQL Protocol of the MySQL Connection String Builder.
Gets or sets a value indicating whether password is stored in connection string after connection is opened.
Determines the inactivity timeout before the server breaks the connection.
Gets or sets pooling mode.
The minimum number of connections allowed in the pool.
The maximum number of connections allowed in the pool.
Gets or sets time span in seconds for connection to live.
Gets or sets parameters for launching MySQL embedded server.
Gets or sets character set that will be used on the client side.
The provider should treat BINARY(16) columns as guid.
The provider should treat TINYINT(1) columns as Boolean.
Indicates whether to validate connections that are being taken from the pool.
Specifies a database-specific command that should be executed immediately after establishing the connection.
Specifies whether the provider will return the number of rows matched by the WHERE condition of the UPDATE statement instead of the rows actually changed as the number of changed rows.
Specifies what server will be used to connect - MySQL server or Embedded MySQL server.
Gets or sets name or IP address of SSH server.
Gets or sets number of port on SSH server to connect.
Gets or sets user id on SSH server.
Gets or sets user password on SSH server.
Gets or sets list of ciphers that client agrees to use.
Gets or sets the location of the client private key.
Gets or sets the client key passphrase.
Gets or sets the client authentication method.
Gets or sets the location of the public key on the client side to verify the server host key during establishing connection.
Indicates whether the host key is verified during establishing connection.
Gets or sets list of ciphers that client agrees to use.
Gets or sets location of authority certificate.
Gets or sets location of client certificate.
Gets or sets location of user’s private key.
Gets or sets the host name or IP address of the proxy server to which to connect.
Gets or sets the port number of the proxy server.
Gets or sets the proxy server account name.
Gets or sets the password for the proxy server account.
Gets or sets the directory, where the plugin is located.
Gets or sets the name of the authentication plugin to be used.
Gets or sets url of the tunneling PHP script. For example, if the script is in the server root, the url can be the following: http://localhost/tunnel.php.
Gets or sets the user name for HTTP authorization.
Gets or sets the password for HTTP authorization.
Specifies whether to encode data to MIME base64 format before sending them with the POST Request.
Gets or sets the host name or IP address of HTTP tunnel server.
Gets or sets the port number of HTTP tunnel server.
Gets or sets the Content Length HTTP header parameter. This is the size of message body in bytes for both client and server.
Gets or sets a value indicating whether data padding is enabled when message size is smaller than Content Length.
Gets or sets the maximum connection age in seconds after which the tunnel will be closed.
Gets or sets the timeout in seconds to send Keep-Alive HTTP packets.