Sharpeye500
Sharpeye500

Reputation: 9071

Linking 2 DBs from 2 different servers

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

Answers (1)

Eliot
Eliot

Reputation: 623

I think there is an answer here: Synchronize 2 databases installed locally with Xampp

Recommended solution was to use SymmetricDS.

Upvotes: 1

Related Questions