I want to do wildcard replication in mysql. I want to replicate only one table (say T1). The database in master and slave are different. Only the T1 is common between the two database. can this be done ? or should database schema in both master and slave needs to be same.
↧