Guest User

Untitled

a guest
Jan 16th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. gtid_mode = ON
  2. enforce_gtid_consistency = ON
  3. master_info_repository = TABLE
  4. relay_log_info_repository = TABLE
  5. binlog_checksum = NONE
  6. log_slave_updates = ON
  7. log_bin = binlog
  8. binlog_format = ROW
  9. transaction_write_set_extraction = XXHASH64
  10. loose-group_replication_bootstrap_group = OFF
  11. loose-group_replication_start_on_boot = OFF
  12. loose-group_replication_ssl_mode = REQUIRED
  13. loose-group_replication_recovery_use_ssl = 1
  14.  
  15. loose-group_replication_group_name = "0b5a7b61-0f20-11e9-a19d-0a07508028fc"
  16. loose-group_replication_ip_whitelist = "private_and_public_ip_list_here"
  17. loose-group_replication_group_seeds = "same_as_above_but_with_ports"
  18.  
  19. port=3309
  20. server_id = 4
  21. bind-address = "172.xx.xx.xxx" <-- private ip address. if using public ip then mysql service wont start
  22. report_host = "54.xx.xx.xxx"
  23. loose-group_replication_local_address = "54.xx.xx.xxx:33091"
Add Comment
Please, Sign In to add comment