If I create a master-slave replication, do the changes I make to the slave also appear in master?
For example database example1
is master and database example2
is the exact copy of example1
as a slave. I add a row in one of the tables in example2
, I want the change to show up in example1
. Does master-slave replication allow this.