Search

Download this Manual
PDF (US Ltr) - 43.2Mb
PDF (A4) - 43.3Mb
Man Pages (TGZ) - 295.2Kb
Man Pages (Zip) - 400.3Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 311 to 320 of 829 total results
https://dev.mysql.com/doc/refman/8.0/en/group-replication-responses-failure-partition.html
If the auto-rejoin procedure does not succeed or is not attempted, the minority member then follows the exit action specified by group_replication_exit_state_action. By default, members that find themselves in a minority due to a network partition ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-responses-failure.html
From MySQL 8.0.21, it makes three automatic attempts to rejoin the group (with 5 minutes between each attempt), and if this auto-rejoin procedure does not work, it then stops trying to rejoin the group. Group Replication's failure detection ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-summary.html
The conflict resolution procedure states that the transaction that was ordered first commits on all servers, and the transaction ordered second aborts, and is therefore rolled back on the originating server and dropped by the other servers in the ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-tuning-recovery.html
If the connection retry limit is reached without a successful connection, the distributed recovery procedure terminates with an error. Several aspects of Group Replication's distributed recovery process can be configured to suit your system. Number ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-use-cases.html
There is a distributed recovery procedure to ensure that when servers join the group they are brought up to date automatically. Group Replication enables you to create fault-tolerant systems with redundancy by replicating the system state to a set ...
https://dev.mysql.com/doc/refman/8.0/en/help.html
To make a more specific request, please type 'help <item>', where <item> is one of the following topics: FLUSH SHOW SHOW ENGINE SHOW FUNCTION STATUS SHOW MASTER STATUS SHOW PROCEDURE STATUS SHOW REPLICA STATUS SHOW SLAVE STATUS SHOW STATUS SHOW ...
https://dev.mysql.com/doc/refman/8.0/en/innodb-configuration.html
This section provides configuration information and procedures for InnoDB initialization, startup, and various components and features of the InnoDB storage engine. For information about optimizing database operations for InnoDB tables, see Section ...
https://dev.mysql.com/doc/refman/8.0/en/innodb-moving-data-files-offline.html
(Unix shells treat it as a command terminator, for example.) Startup command: mysqld --innodb-directories="directory_path_1;directory_path_2" MySQL option file: [mysqld] innodb_directories="directory_path_1;directory_path_2" The following procedure ... The innodb_directories variable, which defines directories to scan at startup for tablespace files, supports moving or restoring tablespace files to a new location while the server is ...
https://dev.mysql.com/doc/refman/8.0/en/install-plugin.html
This procedure has the advantage that it can be used without stopping the server. INSTALL PLUGIN plugin_name SONAME 'shared_library_name' This statement installs a server plugin. It requires the INSERT privilege for the mysql.plugin system table ...
https://dev.mysql.com/doc/refman/8.0/en/ldml-collation-example.html
To add a UCA collation for a Unicode character set without recompiling MySQL, use the following procedure. If you are unfamiliar with the LDML rules used to describe the collation's sort characteristics, see Section 12.14.4.2, “LDML Syntax ...
Displaying 311 to 320 of 829 total results