Monitoring MySQL Group Replication with Performance Schema Tables

The primary tables used for this purpose are: replication_group_members replication_group_member_stats replication_group_members Table This table displays network and status information for replication group members. The network addresses shown are the ones used to connect clients to the group. mysql> SELECT * FROM performance_schema.re ...

Posted on Sat, 22 Aug 2026 16:35:37 +0000 by bastienvans