Suggest me solution to track the change in test DB and replicate in Another DB
- by Pranav
Suggest me solution to track the change in test DB and replicate in Another DB...
My Client need a script or any solution, if he has two Database, One Test DB in which he tests his data on test portal and if he find it appropriate he can use those changes to be done in main DB to display on Live site.. Fior this he needs the solution to record or track all updation/deletion/insertion, so that he can do the same in main DB if found appropriate,
NOTE:
we have only one server, no separate server, hence binary log replication doesnt seems to be working for my case..