MySQL8.0 配置 MGR(Group Replication)
Deploying Group Replication 安装 mysql 配置要求 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 # 必须有 server id server_id=1 # 必须开启 gtid gtid_mode=ON enforce-gtid-consistency=true # 8.0.22 及以前版本 binlog_checksum 需设为 NONE,之后版本可设为 CRC32 binlog_checksum=NONE #