Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

URL of the database. Variables and Functions are supported supported

Note

Variables in the Connection URL field  might not resolved resolve correctly if the user (running the task or executing the command) 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:

Panel
?allowMultiQueries=true

For example:

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


...