What I have :
- a windows machine with one instance of MySQL 5.6 Server.
- two database named test and test2.
Testdatabase has a table calledactivitywith columnsidandclass
What I need :
- replication of
test.activitytable totest2database with a condition thatTest.activity.class = 'B'.
I know how to replicate with in different server. But not for same server within different database.I have checked this link , but it does not give enough information.