Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-capacity-options.html
--lock-wait-timeout Command-Line Format --lock-wait-timeout=S Type Numeric Default Value 60 Minimum Value 1 Unit second The option is no longer supported. These options limit the resources used by the backup process, in order to minimize backup ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-24.html
Connection idle: This is due to the connection idling for longer than the relevant timeout settings. It causes Connector/J to close the current connection with the error message "IO Read error: read_timeout exceeded". (WL #14453) In the past, for ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-formats.html
Elements following that one represent events such as client connect and disconnect events, executed SQL statements, and so forth. <AUDIT_RECORD> <TIMESTAMP>2019-10-03T14:09:38 UTC</TIMESTAMP> <RECORD_ID>6_2019-10-03T14:06:33</RECORD_ID> ... The ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlbinlog.html
To read remote binary logs, the connection parameter options can be given to indicate how to connect to the server. mysqlbinlog's own connection compression does less if transaction payloads are already compressed, but still operates on uncompressed ... The server's binary log consists of files containing “events” that describe modifications to database ...
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/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/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/refman/8.4/en/mysqlslap.html
--compression-algorithms=value Command-Line Format --compression-algorithms=value Type Set Default Value uncompressed Valid Values zlibzstduncompressed The permitted compression algorithms for connections to the server. --detach=N Command-Line ...
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 ...