Search

Download this Manual
PDF (US Ltr) - 35.1Mb
PDF (A4) - 35.2Mb
Man Pages (TGZ) - 255.8Kb
Man Pages (Zip) - 360.8Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb


Displaying 91 to 100 of 1131 total results
https://dev.mysql.com/doc/refman/5.7/en/group-replication-getting-started.html
MySQL Group Replication is provided as a plugin for the MySQL server; each server in a group requires configuration and installation of the plugin. This section provides a detailed tutorial with the steps required to create a replication group with ...In addition, InnoDB Cluster interfaces seamlessly with MySQL Router and simplifies deploying MySQL with high ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-data-definition-statements.html
In a Group Replication topology, care needs to be taken when executing data definition statements also commonly known as data definition language (DDL). Consequently, the lack of atomicity does not fit directly into the optimistic replication ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-usage-advice-and-limitations-of-distributed-recovery.html
It is based on classic asynchronous replication and as such it may be slow if the server joining the group is not provisioned at all or is provisioned with a very old backup image. As such, the recommendation is that before adding a server to the ...
https://dev.mysql.com/doc/refman/5.7/en/start-group-replication.html
If super_read_only=ON and the member should join as a primary, super_read_only is set to OFF once Group Replication successfully starts. A server that participates in a group in single-primary mode should use skip_replica_start=ON. Otherwise, the ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-replication-technologies.html
Before getting into the details of MySQL Group Replication, this section introduces some background concepts and an overview of how things work. This provides some context to help understand what is required for Group Replication and what the ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-multi-primary-mode.html
Figure 17.6 Client Failover All servers are set to read-write mode when joining the group. In multi-primary mode, there is no notion of a single primary. There is no need to engage an election procedure because there is no server playing any ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-requirements-and-limitations.html
This section lists and explains the requirements and limitations of Group Replication.
https://dev.mysql.com/doc/refman/5.7/en/faqs-cjk.html
This set of Frequently Asked Questions derives from the experience of MySQL's Support and Development groups in handling many inquiries about CJK (Chinese-Japanese-Korean) issues. Where can I get help with CJK and related issues in MySQL? The ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-find-primary.html
The following example shows how to find out which server is currently the primary when deployed in single-primary mode.
https://dev.mysql.com/doc/refman/5.7/en/stored-objects-security.html
Stored programs (procedures, functions, triggers, and events) and views are defined prior to use and, when referenced, execute within a security context that determines their privileges. The privileges applicable to execution of a stored object are ...
Displaying 91 to 100 of 1131 total results