Review Preinstallation Documentation: Pre-Installation Requirements
Name | Description |
The name of the class that the driver should use for creating socket connections to the server. This class must implement the interface 'com.mysl.jdbc.SocketFactory' and have no-args constructor. | |
Timeout for socket connect (in milliseconds), with 0 being no timeout. | |
Timeout on network socket operations (0, the default means no timeout). | |
Set the CLIENT_INTERACTIVE flag, which tells | |
Use zlib compression when communicating with the server (true/false). | |
Allow the use of ';' to delimit multiple queries during one statement (true/false). | |
Use SSL when communicating with the server (true/false), defaults to 'false.' | |
Require SSL connection if useSSL
true. | |
Should the driver allow URLs in 'LOAD DATA LOCAL INFILE' statements? | |
Paranoid | Take measures to prevent exposure sensitive information in error messages and clear data structures holding sensitive data when possible? |
The number of queries to | |
Chunk to use when sending BLOB/CLOBs via | |
Should the driver cache the results of 'SHOW VARIABLES' and 'SHOW COLLATION' on a pre-URL basis? | |
If using queries when the server's state doesn't match the requested state by Connection.set | |
Use newer, optimized non-blocking, buffered input stream when reading from the server? | |
Should the driver use Unicode character encodings when handling strings? Should only be used when the driver can't determine the character set mapping or you are trying to 'force' the driver to use a character set that | |
If 'useUnicode' is set to true, what character encoding should the driver use when dealing with strings? (defaults to 'autodetect') | |
Character set to tell the server to return result as. | |
If set, tells the server to use this collation via 'set collation_connection.' | |
A comma-separated list of name/value pairs to be sent as SET SESSION to the server when the driver connects. |