Connector/J (JDBC) Reference
2060
are "JKS" and "PKCS12", your environment may
have more available depending on what security
products are installed and available to the JVM.
trustCertificateKeyStorePassword
Password for the trusted root certificates KeyStore
5.1.0
allowLoadLocalInfile
Should the driver allow use of 'LOAD DATA
LOCAL INFILE...' (defaults to 'true').
true
3.0.3
allowUrlInLocalInfile
Should the driver allow URLs in 'LOAD DATA
LOCAL INFILE' statements?
false
3.1.4
paranoid
Take measures to prevent exposure sensitive
information in error messages and clear data
structures holding sensitive data when possible?
(defaults to 'false')
false
3.0.1
passwordCharacterEncoding What character encoding is used for passwords?
Leaving this set to the default value (null),
uses the platform character set, which works
for ISO8859_1 (i.e. "latin1") passwords. For
passwords in other character encodings, the
encoding will have to be specified with this
property, as it's not possible for the driver to auto-
detect this.
5.1.7
Performance Extensions.
Property Name
Definition
Default
Value
Since
Version
callableStmtCacheSize
If 'cacheCallableStmts' is enabled, how many
callable statements should be cached?
100
3.1.2
metadataCacheSize
The number of queries to cache
ResultSetMetadata for if cacheResultSetMetaData
is set to 'true' (default 50)
50
3.1.1
useLocalSessionState
Should the driver refer to the internal values
of autocommit and transaction isolation that
are set by Connection.setAutoCommit() and
Connection.setTransactionIsolation() and
transaction state as maintained by the protocol,
rather than querying the database or blindly
sending commands to the database for commit()
or rollback() method calls?
false
3.1.7
useLocalTransactionState
Should the driver use the in-transaction state
provided by the MySQL protocol to determine if a
commit() or rollback() should actually be sent to
the database?
false
5.1.7
prepStmtCacheSize
If prepared statement caching is enabled, how
many prepared statements should be cached?
25
3.0.10
prepStmtCacheSqlLimit
If prepared statement caching is enabled, what's
the largest SQL the driver will cache the parsing
for?
256
3.0.10
parseInfoCacheFactory
Name of a class implementing
com.mysql.jdbc.CacheAdapterFactory, which
will be used to create caches for the parsed
representation of client-side prepared statements.
com.mysql.jdbc.PerConnectionLRUFactory
5.1.1
serverConfigCacheFactory
Name of a class implementing
com.mysql.jdbc.CacheAdapterFactory<String,
com.mysql.jdbc.PerVmServerConfigCacheFactory
5.1.1
Содержание 5.0
Страница 1: ...MySQL 5 0 Reference Manual ...
Страница 18: ...xviii ...
Страница 60: ...40 ...
Страница 396: ...376 ...
Страница 578: ...558 ...
Страница 636: ...616 ...
Страница 844: ...824 ...
Страница 1234: ...1214 ...
Страница 1426: ...MySQL Proxy Scripting 1406 The following diagram shows an overview of the classes exposed by MySQL Proxy ...
Страница 1427: ...MySQL Proxy Scripting 1407 ...
Страница 1734: ...1714 ...
Страница 1752: ...1732 ...
Страница 1783: ...Configuring Connector ODBC 1763 ...
Страница 1793: ...Connector ODBC Examples 1773 ...
Страница 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Страница 1842: ...Connector Net Installation 1822 5 Once the installation has been completed click Finish to exit the installer ...
Страница 1864: ...Connector Net Visual Studio Integration 1844 Figure 20 24 Debug Stepping Figure 20 25 Function Stepping 1 of 2 ...
Страница 2850: ...2830 ...
Страница 2854: ...2834 ...
Страница 2928: ...2908 ...
Страница 3000: ...2980 ...
Страница 3122: ...3102 ...
Страница 3126: ...3106 ...
Страница 3174: ...3154 ...
Страница 3232: ...3212 ...