Search Results
https://dev.mysql.com/doc/refman/8.4/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/mysql-em-plugin/en/myoem-cluster-metric-mysqlserver-groupmemberstate-category.html
Lists the Group Member State metrics and provides a brief description of each. Table 8.5 Group Member State Metrics NameDescriptionTarget Name Name of the OEM Target.
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-cluster-metric-mysqlserver-groupreplicationactivity-category.html
Lists the Group Replication Activity metrics and provides a brief description of each. Table 8.6 Group Replication Activity Metrics NameDescriptionMember ID oracle_omys_cluster_gr_member_id Member Host oracle_omys_cluster_gr_member_host Member Port ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-tp-thread-group-state-table.html
For example, if an application uses this query: SELECT * FROM INFORMATION_SCHEMA.TP_THREAD_GROUP_STATE; The application should use this query instead: SELECT * FROM performance_schema.tp_thread_group_state; The TP_THREAD_GROUP_STATE table has one ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-tp-thread-group-stats-table.html
For example, if an application uses this query: SELECT * FROM INFORMATION_SCHEMA.TP_THREAD_GROUP_STATS; The application should use this query instead: SELECT * FROM performance_schema.tp_thread_group_stats; The TP_THREAD_GROUP_STATS table reports ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-firewall-group-allowlist-table.html
The firewall_group_allowlist table provides a view into the in-memory data cache for MySQL Enterprise Firewall. It is used in conjunction with the mysql.firewall_group_allowlist system table that provides persistent storage of firewall data; see ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-replication-group-configuration-version-table.html
This table displays the version of the member actions configuration for replication group members. Whenever a member action is enabled or disabled using the group_replication_enable_member_action() and group_replication_disable_member_action() ...
https://dev.mysql.com/doc/refman/8.4/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/8.4/en/group-replication-primary-secondary-replication.html
Traditional MySQL Replication provides a simple source to replica approach to replication. The source is the primary, and there are one or more replicas, which are secondaries. The source applies transactions, commits them and then they are later ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-usage.html
Enabling or Disabling the Firewall Scheduling Firewall Cache Reloads Assigning Firewall Privileges Firewall Concepts Registering Firewall Group Profiles Registering Firewall Account Profiles Monitoring the Firewall Migrating Account Profiles to ...