Comment 2 for bug 1926460

Revision history for this message
Nobuto Murata (nobuto) wrote : Re: Fails to bootstrap with IPv6 enabled env such as AWS - Connection attempt from IP address ::ffff:<IPv4> refused

ACL of replication looks expected.

mysql> SHOW GLOBAL VARIABLES LIKE 'group_replication%list';
+--------------------------------+-----------+
| Variable_name | Value |
+--------------------------------+-----------+
| group_replication_ip_allowlist | AUTOMATIC |
| group_replication_ip_whitelist | AUTOMATIC |
+--------------------------------+-----------+
2 rows in set (0.01 sec)

mysql> SELECT user, host FROM mysql.user;
+---------------------------+---------------+
| user | host |
+---------------------------+---------------+
| mysql_innodb_cluster_1000 | % |
| clusteruser | 172.31.20.6 |
| clusteruser | 172.31.3.41 |
| clusteruser | 172.31.36.189 |
| clusteruser | localhost |
| debian-sys-maint | localhost |
| mysql.infoschema | localhost |
| mysql.session | localhost |
| mysql.sys | localhost |
| root | localhost |
+---------------------------+---------------+
10 rows in set (0.00 sec)