All Questions
Tagged with multi-master table
1 question
0
votes
1
answer
55
views
Table Not Created On All MySQL Masters
Here is the multi master setup.
Table is not created on middle master.
log-slave-updates is not enabled in my.cnf file.
Master 1
mysql> create database replication;
mysql> use replication;
...