Hi,
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.