Connector/J (JDBC) Reference
2059
'secondsBeforeRetryMaster' will cause an attempt
to be made to reconnect to the master. Defaults to
50.
secondsBeforeRetryMaster
How long should the driver wait, when failed over,
before attempting
30
3.0.2
selfDestructOnPingMaxOperations
=If set to a non-zero value, the driver will report
close the connection and report failure when
Connection.ping() or Connection.isValid(int) is
called if the connection's count of commands sent
to the server exceeds this value.
0
5.1.6
selfDestructOnPingSecondsLifetime
If set to a non-zero value, the driver will report
close the connection and report failure when
Connection.ping() or Connection.isValid(int) is
called if the connection's lifetime exceeds this
value.
0
5.1.6
resourceId
A globally unique name that identifies the resource
that this datasource or connection is connected
to, used for XAResource.isSameRM() when
the driver can't determine this value based on
hostnames used in the URL
5.0.1
Security.
Property Name
Definition
Default
Value
Since
Version
allowMultiQueries
Allow the use of ';' to delimit multiple queries
during one statement (true/false), defaults to
'false', and does not affect the addBatch() and
executeBatch() methods, which instead rely on
rewriteBatchStatements.
false
3.1.1
useSSL
Use SSL when communicating with the server
(true/false), defaults to 'false'
false
3.0.2
requireSSL
Require SSL connection if useSSL=true? (defaults
to 'false').
false
3.1.0
verifyServerCertificate
If "useSSL" is set to "true", should the driver verify
the server's certificate? When using this feature,
the keystore parameters should be specified by
the "clientCertificateKeyStore*" properties, rather
than system properties.
true
5.1.6
clientCertificateKeyStoreUrl
URL to the client certificate KeyStore (if not
specified, use defaults)
5.1.0
clientCertificateKeyStoreType KeyStore type for client certificates (NULL or
empty means use the default, which is "JKS".
Standard keystore types supported by the JVM
are "JKS" and "PKCS12", your environment may
have more available depending on what security
products are installed and available to the JVM.
JKS
5.1.0
clientCertificateKeyStorePassword
Password for the client certificates KeyStore
5.1.0
trustCertificateKeyStoreUrl
URL to the trusted root certificate KeyStore (if not
specified, use defaults)
5.1.0
trustCertificateKeyStoreType
KeyStore type for trusted root certificates (NULL
or empty means use the default, which is "JKS".
Standard keystore types supported by the JVM
JKS
5.1.0
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...