Search Results
https://dev.mysql.com/doc/refman/8.4/en/what-is-crashing.html
Please examine your system log file (/var/log/messages or similar) for reasons for your problem. If it does not want to die, there is probably a bug in the operating system. If you have examined all other possibilities and concluded that the MySQL ...This can normally be checked by pressing the Caps Lock ...
https://dev.mysql.com/doc/refman/8.4/en/optimizing-innodb-logging.html
The following system variables permit setting high and low watermark values that define boundaries for the use of spin delay. Set innodb_log_write_ahead_size to match the operating system or file system cache block size. Read-on-write occurs when ...
https://dev.mysql.com/doc/refman/8.4/en/charset-errors.html
If the server sends the error message to a client program, the server converts it from UTF-8 to the character set specified by the character_set_results system variable. This section describes how the MySQL server uses character sets for ...For ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-failure-handling.html
Concurrent DDL on the donor is blocked only if the clone_block_ddl variable is set to ON (the default setting is OFF). If the cloning operation is unable to obtain a DDL lock within the time limit specified by the clone_ddl_timeout variable, an ...
https://dev.mysql.com/doc/refman/8.4/en/myisam-repair.html
myisamchk also has variables that you can set to control memory allocation that may improve performance. If you are going to repair a table from the command line, you must first stop the mysqld server. Note that when you do mysqladmin shutdown on a ... The discussion in this section describes how to use myisamchk on MyISAM tables (extensions .MYI and ...
https://dev.mysql.com/doc/refman/8.4/en/replication-gtids.html
For information about MySQL Server options and variables relating to GTID-based replication, see Section 19.1.6.5, “Global Transaction ID System Variables”. In addition, once a transaction with a given GTID is committed on a given server, any ...
https://dev.mysql.com/doc/refman/8.4/en/replication.html
Replication enables data from one MySQL database server (known as a source) to be copied to one or more MySQL database servers (known as replicas). In this environment, all writes and updates must take place on the source server. The original type ...Replication is asynchronous by default; replicas do not need to be connected permanently to receive updates from a ...
https://dev.mysql.com/doc/refman/8.4/en/telemetry-trace-install.html
This section describes the installation of the server and client OpenTelemetry support. Installing Client Plugin The Telemetry plugin for the MySQL client can be enabled with a command line switch, --telemetry_client or from a configuration option, ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-0-33-2.0.9.html
For example, "mysql/mysql-operator" becomes "container-registry.oracle.com/mysql/community-operator" with similar changes for the router, server, and operating system. Known Limitation Functionality Added or Changed Bugs Fixed Known Limitation A ...
https://dev.mysql.com/doc/refman/8.4/en/datetime.html
The current time zone is available as the value of the time_zone system variable. (This does not occur for other types such as DATETIME.) By default, the current time zone for each connection is the server's time. For more information, see Section ...This section describes their characteristics, how they are similar, and how they ...