Connection property | Description |
---|---|
Connection Name | Name of the connection. Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -, Maximum length is 255 characters. |
Description | Description of the connection. Maximum length is 4000 characters. |
Property | Description |
---|---|
Type | Type of connection. Select MySQL from the list. |
Runtime Environment | The name of the runtime environment where you want to run the tasks. |
User Name | User name for the database login. The user name can't contain a semicolon. |
Password | Password for the database login. The password can't contain a semicolon. |
Host | Name of the machine that hosts the database server. Note: The host name is auto populated with the port number if you have enabled the Secret Vault licenses in your Organization. You can remove the port number and enter the host name. |
Port | Network port number used to connect to the database server. Default is 3306. |
Database Name | Name of the MariaDB database that you want to connect to. Note: The database name is case-sensitive. Maximum length is 64 characters. Database name can contain alphanumeric and underscore characters. |
Code Page | The code page of the database server. |
Metadata Advanced Connection Properties | Additional properties for the JDBC driver to fetch the metadata. To configure an SSL connection, use the serverSslCert property to specify the path to the server certificate. If you specify more than one property, separate each key-value pair with an & symbol. For example, connectTimeout=100&serverSslCert=/data/mariadb/ssl/server-cert.pem |
Connection property | Description |
---|---|
Use SSL | Determines whether the Secure Agent establishes a secure connection to the MariaDB database. When you select this option and the MariaDB database server is SSL enabled, the Secure Agent establishes an encrypted connection. If you don't select the Use SSL checkbox, the Secure Agent establishes an unencrypted connection. |
Verify Server Certificate | Applicable if you select Use SSL. If you select this option, the client validates the server certificate that is sent by the database server. |
Require SSL | Applicable if you select Use SSL. If the MariaDB database server is not SSL enabled, the connection either fails or the Secure Agent establishes an unencrypted connection depending on whether you selected this option. If you select this option, the connection fails if the Secure Agent can't establish a secure connection. If you don't select this option, the Secure Agent establishes an unencrypted connection if it can't establish a secure connection. |
Connection property | Description |
---|---|
Trust Certificate Key Store | The path and file name of the truststore file. You must prefix the file path with file colon (file:). For example, file:C:\SSL\mariadb_new\truststore |
Trust Certificate Key Store Password | The password for the truststore file. |
Client Certificate Key Store | The path and file name of the keystore file. You must prefix the file path with file colon (file:). For example, file:C:\SSL\mariadb_new\keystore |
Client Certificate Key Store Password | The password to access the keystore file. |