OPTIONS values for MySQL connection string

Where do I find the various number value options for the OPTIONS clause in the MySQL Connection String? Searching the MySQL site didn't turn up the full listing. Thanks in advance!

1 answer

Hi Michael,

The complete reference for the MySQL OPTIONS clause can be found on this official page : https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html

Moreover, this ConnectionStrings.com website provides some useful examples :
https://www.connectionstrings.com/mysql/

I hope it helps !