Question : We’ve been evaluating an active-passive master-master replication setup for our MySQL database, running on version 8.0. While diagnosing […]
Tag: semi-sync-replication
Breaking Semisynchronous Replication in MySQL 5.5
Question : I’ve set up Semisynchronous Replication between two MySQL 5.5 servers running on Windows 7. My application is running […]
MySQL Semi-synchronous replication with Multi-Master
Question : Is it possible to use semi-synchronous replication with a Multi-Master setup? I’ve tried to follow this guide to […]
MySQL Database replication for high availability
Question : configuration: 1 balancer 2 Azure machines(4 gb ram, 2 cores), with MySQL master-master replication enabled. X users connecting […]
Question about MySQL Semisynchronous Replication
Question : I was researching about MySQL Semisynchronous Replication, my understanding about the workflow is the follow: Master Receive a […]
MySQL Database replication for high availability
Question : configuration: 1 balancer 2 Azure machines(4 gb ram, 2 cores), with MySQL master-master replication enabled. X users connecting […]
Syncing updates to master in master/slave setup [semi-sync replication]
Question : Background info I have two MySQL 5.5 servers set up in a Master/Slave configuration with Semi-synchronous replication. The […]
Installing and enabling both master and slave semisynchronous plugins on same server
Question : I want to run a semisynchronous replication setup, and for simplicity I’d like to not have to INSTALL […]