MySQL Connector Options

You can assign connector options by setting USYS$MQL_PARAMS in the [DRIVER_SETTINGS] section of the assignment file.

USYS$MQL_PARAMS Options {, Optionsn}

Description

All options have the form Directive = Value. Instead of the equal sign (=), a colon can be used. You can concatenate multiple settings by separating the options with commas, and you can use option abbreviations, if available. For example:

USYS$MQL_PARAMS = open: 30, step size = 20, hs = on

Related Topics