MySQL Connector/J Release Notes
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
A
[index top]- allowLoadLocalInfile connection property, Security
- allowLoadLocalInfileInPath connection property, Security
- allowMultiQueries connection property, Security
- allowNanAndInf connection property, Prepared Statements
- allowPublicKeyRetrieval connection property, Security
- allowReplicaDownConnections connection property, High Availability and Clustering
- allowSourceDownConnections connection property, High Availability and Clustering
- allowUrlInLocalInfile connection property, Security
- alwaysSendSetIsolation connection property, Performance Extensions
- Authentication Methods
- Kerberos, Connecting Using Kerberos
- multifactor authentication (MFA), Connecting Using Multifactor Authentication
- OpenID Connect, Connecting Using OpenID Connect Authentication
- PAM, Connecting Using PAM Authentication
- Web Authentication (WebAuthn), Connecting Using Web Authentication (WebAuthn) Authentication
- authenticationPlugins connection property, Authentication
- authenticationWebAuthnCallbackHandler connection property, Authentication
- autoClosePStmtStreams connection property, Prepared Statements
- autoGenerateTestcaseScript connection property, Debugging/Profiling
- autoReconnect connection property, High Availability and Clustering
- autoReconnectForPools connection property, High Availability and Clustering
- autoSlowLog connection property, Debugging/Profiling
B
[index top]- blobsAreStrings connection property, BLOB/CLOB processing
- blobSendChunkSize connection property, BLOB/CLOB processing
C
[index top]- cacheCallableStmts connection property, Performance Extensions
- cacheDefaultTimeZone connection property, Statements
- cachePrepStmts connection property, Performance Extensions
- cacheResultSetMetadata connection property, Performance Extensions
- cacheServerConfiguration connection property, Performance Extensions
- callableStmtCacheSize connection property, Performance Extensions
- character sets
- with Connector/J, Using Character Sets and Unicode
- characterEncoding connection property, Session
- characterSetResults connection property, Session
- client-side failover, Configuring Server Failover for Connections Using X DevAPI
- clientCertificateKeyStorePassword connection property, Security
- clientCertificateKeyStoreType connection property, Security
- clientCertificateKeyStoreUrl connection property, Security
- clientInfoProvider connection property, Connection
- clobberStreamingResults connection property, Result Sets
- clobCharacterEncoding connection property, BLOB/CLOB processing
- compatibility information, Compatibility with MySQL and Java Versions
- compensateOnDuplicateKeyUpdateCounts connection property, Prepared Statements
- connecting
- through JDBC and Connector/J, Connection URL Syntax
- with Unix domain socket, Connecting Using Unix Domain Sockets
- with Windows named pipes, Connecting Using Named Pipes, Known Issues and Limitations
- connection pooling, Connection Pooling with Connector/J, Connection Pooling with Spring
- connection properties, Configuration Properties
- connection URL, Connection URL Syntax
- connectionAttributes connection property, Connection
- connectionCollation connection property, Session
- connectionLifecycleInterceptors connection property, Connection
- connectionTimeZone connection property, Datetime types processing, Preserving Time Instants
- Connector/J
- known issues, Known Issues and Limitations
- limitations, Known Issues and Limitations
- reporting problems, How to Report Connector/J Bugs or Problems
- troubleshooting, Troubleshooting Connector/J Applications
- connectTimeout connection property, Networking
- continueBatchOnError connection property, Statements
- createDatabaseIfNotExist connection property, Connection
- customCharsetMapping connection property, Session
D
[index top]- databaseTerm connection property, Connection
- defaultAuthenticationPlugin connection property, Authentication
- defaultFetchSize connection property, Performance Extensions
- detectCustomCollations connection property, Connection
- disabledAuthenticationPlugins connection property, Authentication
- disconnectOnExpiredPasswords connection property, Connection
- DNS SRV records, Connection URL Syntax, Support for DNS SRV Records
- dnsSrv connection property, Networking
- dontCheckOnDuplicateKeyUpdateInSQL connection property, Performance Extensions
- dontTrackOpenResources connection property, Statements
- dumpQueriesOnException connection property, Exceptions/Warnings
E
[index top]- elideSetAutoCommits connection property, Performance Extensions
- emptyStringsConvertToZero connection property, Result Sets
- emulateLocators connection property, BLOB/CLOB processing
- emulateUnsupportedPstmts connection property, Prepared Statements
- enableEscapeProcessing connection property, Performance Extensions
- enablePacketDebug connection property, Debugging/Profiling
- enableQueryTimeouts connection property, Performance Extensions
- error codes, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_ABORTING_CONNECTION, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_ACCESS_DENIED_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_BAD_FIELD_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_BAD_HOST_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_BAD_TABLE_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_BLOBS_AND_NO_TERMINATED, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_BLOB_CANT_HAVE_DEFAULT, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_BLOB_KEY_WITHOUT_LENGTH, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_BLOB_USED_AS_KEY, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_CANT_DO_THIS_DURING_AN_TRANSACTION, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_CANT_DROP_FIELD_OR_KEY, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_CANT_REMOVE_ALL_FIELDS, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_CANT_USE_OPTION_HERE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_CHECK_NOT_IMPLEMENTED, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_CHECK_NO_SUCH_TABLE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_COLLATION_CHARSET_MISMATCH, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_COLUMNACCESS_DENIED_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_CONNECT_TO_SOURCE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_CON_COUNT_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_DBACCESS_DENIED_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_DERIVED_MUST_HAVE_ALIAS, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_DUP_ENTRY, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_DUP_FIELDNAME, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_DUP_KEY, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_DUP_KEYNAME, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_DUP_UNIQUE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_EMPTY_QUERY, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_FIELD_SPECIFIED_TWICE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_FORCING_CLOSE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_GRANT_WRONG_HOST_OR_USER, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_HANDSHAKE_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_HOST_IS_BLOCKED, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_HOST_NOT_PRIVILEGED, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_ILLEGAL_GRANT_FOR_TABLE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_ILLEGAL_REFERENCE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_INVALID_DEFAULT, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_INVALID_USE_OF_NULL, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_IPSOCK_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_KEY_COLUMN_DOES_NOT_EXITS, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_LOCK_DEADLOCK, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_LOCK_WAIT_TIMEOUT, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_MIX_OF_GROUP_FUNC_AND_FIELDS, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_MULTIPLE_PRI_KEY, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NET_ERROR_ON_WRITE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NET_FCNTL_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NET_PACKETS_OUT_OF_ORDER, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NET_PACKET_TOO_LARGE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NET_READ_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NET_READ_ERROR_FROM_PIPE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NET_READ_INTERRUPTED, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NET_UNCOMPRESS_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NET_WRITE_INTERRUPTED, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NEW_ABORTING_CONNECTION, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NONEXISTING_GRANT, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NONEXISTING_TABLE_GRANT, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NONUNIQ_TABLE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NON_UNIQ_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NOT_ALLOWED_COMMAND, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NOT_SUPPORTED_AUTH_MODE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NOT_SUPPORTED_YET, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NO_DEFAULT, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NO_PERMISSION_TO_CREATE_USER, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NO_REFERENCED_ROW, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NO_SUCH_INDEX, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NO_SUCH_TABLE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_NULL_COLUMN_IN_INDEX, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_OPERAND_COLUMNS, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_OUTOFMEMORY, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_OUT_OF_SORTMEMORY, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_PARSE_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_PASSWORD_ANONYMOUS_USER, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_PASSWORD_NOT_ALLOWED, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_PASSWORD_NO_MATCH, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_PRIMARY_CANT_HAVE_NULL, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_READ_ONLY_TRANSACTION, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_REGEXP_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_REQUIRES_PRIMARY_KEY, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_ROW_IS_REFERENCED, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_SELECT_REDUCED, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_SERVER_SHUTDOWN, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_SOURCE_NET_READ, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_SOURCE_NET_WRITE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_SPATIAL_CANT_HAVE_NULL, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_SUBQUERY_NO_1_ROW, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_SYNTAX_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_TABLEACCESS_DENIED_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_TABLENAME_NOT_ALLOWED_HERE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_TABLE_CANT_HANDLE_AUTO_INCREMENT, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_TABLE_CANT_HANDLE_BLOB, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_TABLE_EXISTS_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_TABLE_MUST_HAVE_COLUMNS, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_TOO_BIG_FIELDLENGTH, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_TOO_BIG_ROWSIZE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_TOO_BIG_SELECT, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_TOO_LONG_IDENT, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_TOO_LONG_KEY, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_TOO_LONG_STRING, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_TOO_MANY_KEYS, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_TOO_MANY_KEY_PARTS, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_TOO_MANY_ROWS, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_TOO_MANY_USER_CONNECTIONS, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_UNKNOWN_CHARACTER_SET, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_UNKNOWN_COM_ERROR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_UNKNOWN_PROCEDURE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_UNKNOWN_STORAGE_ENGINE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_UNKNOWN_TABLE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_UNSUPPORTED_EXTENSION, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_USER_LIMIT_REACHED, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WARN_DATA_OUT_OF_RANGE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WARN_DATA_TRUNCATED, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WARN_NULL_TO_NOTNULL, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WARN_TOO_FEW_RECORDS, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WARN_TOO_MANY_RECORDS, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_AUTO_KEY, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_COLUMN_NAME, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_DB_NAME, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_FIELD_SPEC, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_FIELD_TERMINATORS, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_FIELD_WITH_GROUP, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_FK_DEF, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_GROUP_FIELD, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_KEY_COLUMN, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_NAME_FOR_CATALOG, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_NAME_FOR_INDEX, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_OUTER_JOIN, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_PARAMCOUNT_TO_PROCEDURE, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_SUM_SELECT, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_TABLE_NAME, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_TYPE_FOR_VAR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_VALUE_COUNT, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_VALUE_COUNT_ON_ROW, Mapping MySQL Error Numbers to JDBC SQLState Codes
- ER_WRONG_VALUE_FOR_VAR, Mapping MySQL Error Numbers to JDBC SQLState Codes
- exceptionInterceptors connection property, Exceptions/Warnings
- explainSlowQueries connection property, Debugging/Profiling
F
[index top]- failover
- Java clients, Configuring Server Failover for Connections Using JDBC
- failOverReadOnly connection property, High Availability and Clustering
- fallbackToSystemKeyStore connection property, Security
- fallbackToSystemTrustStore connection property, Security
- fipsCompliantJsse connection property, Security
- forceConnectionTimeZoneToSession connection property, Datetime types processing, Preserving Time Instants
- fractional seconds connection property, Fractional Seconds
- functionsNeverReturnBlobs connection property, BLOB/CLOB processing
G
[index top]- gatherPerfMetrics connection property, Debugging/Profiling
- generateSimpleParameterMetadata connection property, Prepared Statements
- getProceduresReturnsFunctions connection property, Metadata
H
[index top]- ha.enableJMX connection property, High Availability and Clustering
- ha.loadBalanceStrategy connection property, High Availability and Clustering
- holdResultsOpenOverStatementClose connection property, Result Sets
I
[index top]- ignoreNonTxTables connection property, Exceptions/Warnings
- includeInnodbStatusInDeadlockExceptions connection property, Exceptions/Warnings
- includeThreadDumpInDeadlockExceptions connection property, Exceptions/Warnings
- includeThreadNamesAsStatementComment connection property, Exceptions/Warnings
- initialTimeout connection property, High Availability and Clustering
- Installing Connector/J
- With binary distribution, Installing Connector/J from a Binary Distribution
- With Maven dependencies, Installing Connector/J Using Maven
- interactiveClient connection property, Connection
J
[index top]- J2EE
- connection pooling, Connection Pooling with Connector/J
- load balancing, Configuring Load Balancing with Connector/J
- JDBC
- and MySQL data types, Java, JDBC, and MySQL Types
- background information for Connector/J, JDBC Concepts
- character sets, Using Character Sets and Unicode
- CLASSPATH, Installing Connector/J from a Binary Distribution
- code examples, Connector/J Examples
- compatibility, JDBC API Implementation Notes
- configuration properties, Configuration Properties
- driver for MySQL, Overview of MySQL Connector/J
- SQLState codes, Mapping MySQL Error Numbers to JDBC SQLState Codes
- troubleshooting, Troubleshooting Connector/J Applications, Known Issues and Limitations
- versions supported, Compatibility with MySQL and Java Versions
- jdbcCompliantTruncation connection property, Result Sets
- JSON
- scheme validation, Schema Validation
K
[index top]- Kerberos authentication
- with Connector/J, Connecting Using Kerberos
- KeyManagerFactoryProvider connection property, Security
- keyStoreProvider connection property, Security
- known issues
- Connector/J, Known Issues and Limitations
L
[index top]- largeRowSizeThreshold connection property, Performance Extensions
- ldapServerHostname connection property, Authentication
- limitations
- Connector/J, Known Issues and Limitations
- load balancing
- loadBalanceAutoCommitStatementRegex connection property, High Availability and Clustering
- loadBalanceAutoCommitStatementThreshold connection property, High Availability and Clustering
- loadBalanceBlocklistTimeout connection property, High Availability and Clustering
- loadBalanceConnectionGroup connection property, High Availability and Clustering
- loadBalanceExceptionChecker connection property, High Availability and Clustering
- loadBalanceHostRemovalGracePeriod connection property, High Availability and Clustering
- loadBalancePingTimeout connection property, High Availability and Clustering
- loadBalanceSQLExceptionSubclassFailover connection property, High Availability and Clustering
- loadBalanceSQLStateFailover connection property, High Availability and Clustering
- loadBalanceValidateConnectionOnSwapServer connection property, High Availability and Clustering
- localSocketAddress connection property, Networking
- locatorFetchBufferSize connection property, BLOB/CLOB processing
- logger connection property, Debugging/Profiling
- loggers, Using Logging Frameworks with SLF4J
- logging, Using Logging Frameworks with SLF4J
- logSlowQueries connection property, Debugging/Profiling
- logXaCommands connection property, Debugging/Profiling
M
[index top]- maintainTimeStats connection property, Performance Extensions
- maxAllowedPacket connection property, Networking
- maxByteArrayAsHex connection property, Debugging/Profiling
- maxQuerySizeToLog connection property, Debugging/Profiling
- maxReconnects connection property, High Availability and Clustering
- maxRows connection property, Result Sets
- metadataCacheSize connection property, Performance Extensions
- multi-host connections
- with Connector/J, Multi-Host Connections
- multifactor authentication (MFA), Connecting Using Multifactor Authentication
N
[index top]- named pipes, Connecting Using Named Pipes, Known Issues and Limitations
- netTimeoutForStreamingResults connection property, Result Sets
- noAccessToProcedureBodies connection property, Metadata
- noDatetimeStringSync connection property, Datetime types processing
- nullDatabaseMeansCurrent connection property, Metadata
O
[index top]- ociConfigFile connection property, Authentication
- ociConfigProfile connection property, Authentication
- OpenID Connect, Connecting Using OpenID Connect Authentication
- OpenTelemetry, Using Connector/J with OpenTelemetry
- openTelemetry connection property, Debugging/Profiling
- overrideSupportsIntegrityEnhancementFacility connection property, Tunes for integration with other products
P
[index top]- packetDebugBufferSize connection property, Debugging/Profiling
- padCharsWithSpace connection property, Result Sets
- PAM authentication, Connecting Using PAM Authentication
- paranoid connection property, Security
- password connection property, Authentication
- password1 connection property, Authentication
- password2 connection property, Authentication
- password3 connection property, Authentication
- passwordCharacterEncoding connection property, Connection
- passwords, Connecting Using Multifactor Authentication, Connecting Using OpenID Connect Authentication
- pedantic connection property, JDBC compliance
- pinGlobalTxToPhysicalConnection connection property, High Availability and Clustering
- populateInsertRowWithDefaultValues connection property, Result Sets
- prepStmtCacheSize connection property, Performance Extensions
- prepStmtCacheSqlLimit connection property, Performance Extensions
- preserveInstant connection property, Preserving Time Instants
- preserveInstants connection property, Datetime types processing
- processEscapeCodesForPrepStmts connection property, Prepared Statements
- profilerEventHandler connection property, Debugging/Profiling
- profileSQL connection property, Debugging/Profiling
- proleptic Gregorian calendar, Known Issues and Limitations
- propertiesTransform connection property, Connection
Q
[index top]- queriesBeforeRetrySource connection property, High Availability and Clustering
- query attributes, Using Query Attributes
- queryInfoCacheFactory connection property, Performance Extensions
- queryInterceptors connection property, Statements
- queryTimeoutKillsConnection connection property, Statements
R
[index top]- readFromSourceWhenNoReplicas connection property, High Availability and Clustering
- readOnlyPropagatesToServer connection property, Performance Extensions
- reconnectAtTxEnd connection property, High Availability and Clustering
- replication
- with Connector/J, Configuring Source/Replica Replication with Connector/J
- replicationConnectionGroup connection property, High Availability and Clustering
- reportMetricsIntervalMillis connection property, Debugging/Profiling
- requireSSL connection property, Security
- resourceId connection property, High Availability and Clustering
- resultSetSizeThreshold connection property, Debugging/Profiling
- retriesAllDown connection property, High Availability and Clustering
- rewriteBatchedStatements connection property, Performance Extensions
- rollbackOnPooledClose connection property, Connection
S
[index top]- scrollTolerantForwardOnly connection property, Result Sets
- secondsBeforeRetrySource connection property, High Availability and Clustering
- selfDestructOnPingMaxOperations connection property, High Availability and Clustering
- selfDestructOnPingSecondsLifetime connection property, High Availability and Clustering
- sendFractionalSeconds connection property, Datetime types processing
- sendFractionalSecondsForTime connection property, Datetime types processing, Fractional Seconds
- serverAffinityOrder connection property, High Availability and Clustering
- serverConfigCacheFactory connection property, Performance Extensions
- serverRSAPublicKeyFile connection property, Security
- session state tracker, Client Session State Tracker
- sessionVariables connection property, Session
- SLF4J, Using Logging Frameworks with SLF4J
- slowQueryThresholdMillis connection property, Debugging/Profiling
- slowQueryThresholdNanos connection property, Debugging/Profiling
- socketFactory connection property, Networking
- socketTimeout connection property, Networking
- socksProxyHost connection property, Networking
- socksProxyPort connection property, Networking
- socksProxyRemoteDns connection property, Networking
- Spring framework, Using Connector/J with Spring
- SQLState error codes, Mapping MySQL Error Numbers to JDBC SQLState Codes
- SSL, Connecting Securely Using SSL
- sslContextProvider connection property, Security
- sslMode connection property, Security
- strictUpdates connection property, Result Sets
T
[index top]- tcpKeepAlive connection property, Networking
- tcpNoDelay connection property, Networking
- tcpRcvBuf connection property, Networking
- tcpSndBuf connection property, Networking
- tcpTrafficClass connection property, Networking
- time zone conversion, Preserving Time Instants
- tinyInt1isBit connection property, Result Sets
- tlsCiphersuites connection property, Security
- tlsVersions connection property, Security
- Tomcat application server, Using Connector/J with Tomcat
- traceProtocol connection property, Debugging/Profiling
- trackSessionState connection property, Session
- transformedBitIsBoolean connection property, Result Sets
- treatMysqlDatetimeAsTimestamp connection property, Datetime types processing
- treatUtilDateAsTimestamp connection property, Datetime types processing
- troubleshooting
- Connector/J, Troubleshooting Connector/J Applications
- JDBC SQLState codes, Mapping MySQL Error Numbers to JDBC SQLState Codes
- trustCertificateKeyStorePassword connection property, Security
- trustCertificateKeyStoreType connection property, Security
- trustCertificateKeyStoreUrl connection property, Security
- trustManagerFactoryProvider connection property, Security
U
[index top]- ultraDevHack connection property, Tunes for integration with other products
- Unicode
- with Connector/J, Using Character Sets and Unicode
- Unix doman socket, Connecting Using Unix Domain Sockets
- useAffectedRows connection property, Connection
- useColumnNamesInFindColumn connection property, JDBC compliance
- useCompression connection property, Networking
- useConfigs connection property, Connection
- useCursorFetch connection property, Performance Extensions
- useHostsInPrivileges connection property, Metadata
- useInformationSchema connection property, Metadata
- useLocalSessionState connection property, Performance Extensions
- useLocalTransactionState connection property, Performance Extensions
- useNanosForElapsedTime connection property, Debugging/Profiling
- useOldAliasMetadataBehavior connection property, JDBC compliance
- useOnlyServerErrorMessages connection property, Exceptions/Warnings
- user connection property, Authentication
- useReadAheadInput connection property, Performance Extensions
- useServerPrepStmts connection property, Prepared Statements
- useSSL connection property, Security
- useStreamLengthsInPrepStmts connection property, Prepared Statements
- useUnbufferedInput connection property, Networking
- useUsageAdvisor connection property, Debugging/Profiling
V
[index top]- validation
- for JSON schemas, Schema Validation
- verifyServerCertificate connection property, Security
W
[index top]- Web Authentication (WebAuthn) authentication, Connecting Using Web Authentication (WebAuthn) Authentication
X
[index top]- X DevAPI
- client-side failover, Configuring Server Failover for Connections Using X DevAPI
- xdevapi.auth connection property, X Protocol and X DevAPI
- xdevapi.compression connection property, X Protocol and X DevAPI
- xdevapi.compression-algorithms connection property, X Protocol and X DevAPI
- xdevapi.compression-extensions connection property, X Protocol and X DevAPI
- xdevapi.connect-timeout connection property, X Protocol and X DevAPI
- xdevapi.connection-attributes connection property, X Protocol and X DevAPI
- xdevapi.dns-srv connection property, X Protocol and X DevAPI
- xdevapi.fallback-to-system-keystore connection property, X Protocol and X DevAPI
- xdevapi.fallback-to-system-truststore connection property, X Protocol and X DevAPI
- xdevapi.ssl-keystore connection property, X Protocol and X DevAPI
- xdevapi.ssl-keystore-password connection property, X Protocol and X DevAPI
- xdevapi.ssl-keystore-type connection property, X Protocol and X DevAPI
- xdevapi.ssl-mode connection property, X Protocol and X DevAPI
- xdevapi.ssl-truststore connection property, X Protocol and X DevAPI
- xdevapi.ssl-truststore-password connection property, X Protocol and X DevAPI
- xdevapi.ssl-truststore-type connection property, X Protocol and X DevAPI
- xdevapi.tls-ciphersuites connection property, X Protocol and X DevAPI
- xdevapi.tls-versions connection property, X Protocol and X DevAPI