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. |
| 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 is 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 for which to cacheResultSetMetadata, if cacheResultSetMetaData is set to 'true' |
| Chunk to use when sending BLOB/CLOBs via |
| Should the driver cache the results of 'SHOW VARIABLES' and 'SHOW COLLATION' on a per-URL basis? |
| If using |
| 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 is to 'autodetect') |
| Character set used by the server to return result sets |
| 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. |