caselkp.blogg.se

Mysql jdbc connector 5.0.8 compatibility
Mysql jdbc connector 5.0.8 compatibility






If connecting using TCP/IP, shuold the driver set SO_SND_BUF to the given value? The default value of '0', means use the platform default value for this property) If connecting using TCP/IP, should the driver set SO_RCV_BUF to the given value? The default value of '0', means use the platform default value for this property) If connecting using TCP/IP, should the driver set SO_TCP_NODELAY (disabling the Nagle Algorithm)? If connecting using TCP/IP, should the driver set SO_KEEPALIVE?

mysql jdbc connector 5.0.8 compatibility

This value will not take effect if set larger than the value of 'max_allowed_packet'. If not set, the value of system variable 'max_allowed_packet' will be used to initialize this upon connecting. Maximum allowed packet size to send to server. Use zlib compression when communicating with the server (true/false)? Defaults to 'false'. Hostname or IP address given to explicitly configure the interface that the driver will bind the client side of the TCP/IP connection to when connecting.Īn implementation of that the driver will use to modify URL properties passed to the driver before attempting a connection Set the CLIENT_INTERACTIVE flag, which tells MySQL to timeout connections based on INTERACTIVE_TIMEOUT instead of WAIT_TIMEOUT These configurations are explained in the 'Configurations' of the documentation. Load the comma-delimited list of configuration properties before parsing the URL or applying user-specified properties.

mysql jdbc connector 5.0.8 compatibility

ConnectionLifecycleInterceptors are "stackable", more than one interceptor may be specified via the configuration property as a comma-delimited list, with the interceptors executed in order from left to right. Timeout on network socket operations (0, the default means no timeout).Ī comma-delimited list of classes that implement "" that should notified of connection lifecycle events (creation, destruction, commit, rollback, setCatalog and setAutoCommit) and potentially alter the execution of these commands.

mysql jdbc connector 5.0.8 compatibility

Timeout for socket connect (in milliseconds), with 0 being no timeout. This class must implement the interface '' and have public no-args constructor. The name of the class that the driver should use for creating socket connections to the server.








Mysql jdbc connector 5.0.8 compatibility