Name | Type | Description |
---|---|---|
Host | String | Hostname of the database. |
Port | Integer | Port of the database. |
DB Name | String | Name of the database. |
User | String | Username to use to access the database. |
Password | String | Password associated with the username. |
JDBC URL Parameters (Advanced) | String | Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (Eg. key1=value1&key2=value2&key3=value3). For more information read about JDBC URL parameters. |
Connect using SSL | Boolean | Encrypt client/server communications for increased security. |