views:

45

answers:

1

hello friends, I have two databases at two different places, both databases are same with table name as well as fields. now I want to synchronise both database. Is there any java code or we can achieve that directly from mysql or sql ? How ?

A: 

It sounds like you need to consider replication as an option.

Philip Fourie
Is replication works on all mysql version ?Is it works on version 5.0
chetan