MySQL 8.x
MySQL 8.x database connection (using Connector/J 8.x driver)
Jdbc Drivers
Make sure tweakstreet can find your jdbc driver by placing the jar files in the appropriate driver location.
Settings
Name | Type | Description |
---|---|---|
Jdbc Url |
string |
The mysql jdbc url has the following format:
|
Properties |
dict |
Properties passed to the driver when creating a connection. Supported properties are driver-specific, but usually Property values can be optionally encrypted using the password widget. See https://dev.mysql.com/doc/connector-j/en/connector-j-reference-configuration-properties.html |
Default Timezone |
string |
JDBC default timezone for the connection. When |
Run SQL after connect |
string |
SQL to execute immediately after connecting. Multiple statements must be separated by blank lines. |
Test Connection
You can test the connection from the context menu.