Search Results
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-high-availability-and-clustering.html
Default Value 120 Since Version 5.1.6 initialTimeout If 'autoReconnect' is enabled, the initial time to wait between re-connect attempts (in seconds, defaults to "2"). Default Value com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker Since ...
https://dev.mysql.com/doc/refman/8.4/en/caching-sha2-pluggable-authentication.html
For information about the implications of this change for server operation and compatibility of the server with clients and connectors, see caching_sha2_password as the Preferred Authentication Plugin. Important To connect to the server using an ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-filter-definitions.html
The preceding filter enables logging of events in the connection class. The preceding definition can be written like this: { "filter": { "class": [ { "name": [ "connection", "general", "table_access" ] } ] } } Logging Specific Event Subclasses To ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-62.html
Shared Snippets: these allow multiple users to share SQL code across a shared MySQL connection. They are stored in a schema named .mysqlworkbench on the connected MySQL server. Figure 1.15 Data Modeling Script Attachments Client Connections and ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-28.html
(Bug #32089018, Bug #101389) After calling Statement.setQueryTimeout(), when a query timeout was reached, a connection to the server was established to terminate the query, but the connection remained open afterward. Version 8.0.28 is the latest ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-26.html
(Bug #32882344) For connection attempts that specified a list of servers to try, the connection timeout value could be twice the correct duration. Deprecation and Removal Notes Pluggable Authentication Functionality Added or Changed Bugs Fixed ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-errors.html
If you are still experiencing problems, use the Connector/ODBC mailing list; see Section 5.9.1, “Connector/ODBC Community Support”. Many problems can be resolved by upgrading your Connector/ODBC drivers to the latest available release. 64-Bit ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-errors.html
If you are still experiencing problems, use the Connector/ODBC mailing list; see Section 9.1, “Connector/ODBC Community Support”. Many problems can be resolved by upgrading your Connector/ODBC drivers to the latest available release. 64-Bit ...
https://dev.mysql.com/doc/refman/8.4/en/replica-io-thread-states.html
Checking master version Checking source version A state that occurs very briefly, after the connection to the source is established. Connecting to master Connecting to source The thread is attempting to connect to the source. Reconnecting after a ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-4-0.html
(Bug #77658, Bug #21946136) Connection.setNetworkTimeout() has been reimplemented, so that the executor object passed to it is now ignored (even if it is null) and the timeout value is now configured directly. MySQL Connector/J 9.4.0 supersedes 9.3 ... Note These release notes were created with the assistance of MySQL HeatWave ...