[Ilugc] MySQL database sync

  • From: arun289@xxxxxxxxx (Arun Venkataswamy)
  • Date: Fri, 28 Oct 2011 13:13:19 +0530

On Fri, Oct 28, 2011 at 1:00 PM, santhosh kumar <santho89 at gmail.com> wrote:

Is there anything stopping you from running a cron job that updates the
master, with the records from the slave at the given time of the day when
you have connectivity?


This solves the update on the master side. With binlogs option in MySQL this
is very simple. It beautifully stores all the operations done and we can
replay it on the master. The problem is mainly on the reverse side as I dont
want to send mega bytes of unwanted updates on the non related branches to
all brances.


Regards,
Arun

Other related posts: