Oracle 5.0 Reference Manual page 2077

Table of Contents

Advertisement

disabledAuthenticationPlugins Comma-delimited list of classes implementing
disconnectOnExpiredPasswords If "disconnectOnExpiredPasswords" is set to
interactiveClient
localSocketAddress
propertiesTransform
useCompression
Networking.
Property Name
maxAllowedPacket
tcpKeepAlive
tcpNoDelay
tcpRcvBuf
Connector/J (JDBC) Reference
string (i.e. there must be at least a valid default
authentication plugin specified for the connection,
meeting all constraints listed above).
com.mysql.jdbc.AuthenticationPlugin or
mechanisms, i.e. "mysql_native_password".
The authentication plugins or mechanisms
listed will not be used for authentication
which will fail if it requires one of them.
It is an error to disable the default
authentication plugin (either the one named by
"defaultAuthenticationPlugin" property or the
hard-coded one if "defaultAuthenticationPlugin"
property is not set).
"false" and password is expired then server
enters "sandbox" mode and sends ERR(08001,
ER_MUST_CHANGE_PASSWORD) for all
commands that are not needed to set a new
password until a new password is set.
Set the CLIENT_INTERACTIVE flag, which
tells MySQL to timeout connections based
on INTERACTIVE_TIMEOUT instead of
WAIT_TIMEOUT
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.
An implementation of
com.mysql.jdbc.ConnectionPropertiesTransform
that the driver will use to modify URL properties
passed to the driver before attempting a
connection
Use zlib compression when communicating with
the server (true/false)? Defaults to 'false'.
Definition
Maximum allowed packet size to send to
server. If not set, the value of system variable
'max_allowed_packet' will be used to initialize this
upon connecting. This value will not take effect if
set larger than the value of 'max_allowed_packet'.
If connecting using TCP/IP, should the driver set
SO_KEEPALIVE?
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_RCV_BUF to the given value? The default
value of '0', means use the platform default value
for this property)
2057
5.1.19
true
5.1.23
false
3.1.0
5.0.5
3.1.4
false
3.0.17
Default
Since
Value
Version
-1
5.1.8
true
5.0.7
true
5.0.7
0
5.0.7

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents