I have 3 servers, say A,B &C. All have the equivalent data(same data). Now what I want is to make A as the master and B,C the slaves.
But the scenario is that I only want to replicate some of the tables from a single database of the master (server A).
All the servers are running with the same data. So no need to take the dump from the master and restore on the Slaves.
Just to set the replication for some tables from a single database.
Is there any harm in doing this? And what step(s) should I follow to achieve this?
