The mysqladmin tag has no wiki summary.
0
votes
4answers
22 views
MySQL replication - slave update
I have a master slave setup of MySQL and my question is that if I make any changes in the slave database:
1. Will it mess up the sync in any way
2. Will the changes get overwritten from the master ...
2
votes
1answer
67 views
Bi-directional replication for the same MySQL table
AppA stores/retrieves data from dbA.tableA
AppB stores/retrieves data from dbB.tableA
tableA definition is the same across these databases. To start with dbB.tableA was copied from dbA.tableA ...