Search



Search Results
Displaying 411 to 420 of 2264 total results
https://dev.mysql.com/doc/connector-j/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/extending-mysql/8.4/en/mysql-threads.html
This thread also normally handles alarms and calls process_alarm() to force timeouts on connections that have been idle too long. The MySQL server creates the following threads: Connection manager threads handle client connection requests on the ...
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/mysql-cluster-programs-ndb-import.html
ndb_import requires a connection to an NDB management server (ndb_mgmd) to function; it does not require a connection to a MySQL Server. ndb_import must be able to connect to an NDB Cluster management server; for this reason, there must be an unused ... ndb_import imports CSV-formatted data, such as that produced by mysqldump --tab, directly into NDB using the NDB ...
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/mysql-em-plugin/en/myoem-config-metric-replicationreplica-category.html
Net Timeout The number of seconds to wait for more data from a source/replica connection before aborting the read. Connect Retry The number of seconds between connect retries to the source. The format of the string is the same as for the ... Lists ...
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/refman/8.4/en/pluggable-authentication.html
When a client connects to the MySQL server, the server uses the user name provided by the client and the client host to select the appropriate account row from the mysql.user system table. The server then authenticates the client, determining from ...Pluggable authentication makes it easy for DBAs to choose and change the authentication method used for individual MySQL ...
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 ...
Displaying 411 to 420 of 2264 total results