The mysql-mmm tag has no wiki summary.
0
votes
1answer
331 views
MySQL Master-Master replication using MMM on Linode
Linode allows you have multiple IP's assigned to your node but I'm trying to setup MySQL Master-Master Replication with MMM following the guide on http://mysql-mmm.org/mmm2:guide.
One part I don't ...
1
vote
0answers
122 views
MySQL master-master replication: “Lock wait timeout exceeded”
I am setting up master-master replication with MySQL.
Writes are done only to Master1. Master2 is slave of Master1 and is replicating perfectly. When I set Master1 as slave of Master2, I get lots of ...
1
vote
0answers
172 views
Centos5 MySQL-MMM configuration problems
I am configuring muli-master replication manager for our master-master-slave replication system.
Versions of the replication system are,
MySQL5.5.15 PHP 5.3.8 MySQL- MMM 2.2.1.
The configuration ...
0
votes
0answers
107 views
Multi-Master Replication Manager for MySQL With Semi-Synchronous Replication
I'm attempting to set up Mysql nodes in active/passive HA setup with a virtual ip managed by HAproxy + Heartbeat/Corosync with MyISAM support (which excludes Galera/Percona)
Does Multi-Master ...