Reputation: 9071
I have production DB(mysql) in server1, i want to transfer records from prod DB to another DB residing in server2.
How to link bother server's DB?
i.e.i want to transfer 60 days of data from 'table1 of DB of server1' to 'table1 of DB of server2'
Thanks.
Upvotes: 0
Views: 123
Reputation: 623
I think there is an answer here: Synchronize 2 databases installed locally with Xampp
Recommended solution was to use SymmetricDS.
Upvotes: 1