Connection URL - 7.4

URL of the database. Variables supported. 

Variables might not resolve correctly if the user does not have Read Permission on the variable.

If you are using a MySQL database and want the ability to issue multiple SQL commands from a single task, you need to enable this by appending the following string to the end of the connection string:

?allowMultiQueries=true

For example:

jdbc:mysql://localhost:3306/uc?allowMultiQueries=true