Local to Cloud DB Synch, MySQL

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
a.alekizoglou
Posts: 32
Joined: Fri 22 Sep 2006 08:32

Local to Cloud DB Synch, MySQL

Post by a.alekizoglou » Fri 18 Oct 2013 10:47

Hi,

In our product we are planning to add Local to CLOUD MySQL DB synchronization. I am researching for the best way to accomplish that since MySQL does not have synchronization services and replication is out of the game for this issue.

What we have is Cloud MySQL database, and local MySQL embedded DB for the application. Even though for some customers the local MySQL DB is installed on a separate server as a service.

I would rather go with a VCL included in the DB. Has anyone planned and incorporated such a solution and with what tools?

VladimirK
Devart Team
Posts: 16
Joined: Tue 24 Sep 2013 09:19

Re: Local to Cloud DB Synch, MySQL

Post by VladimirK » Mon 21 Oct 2013 12:18

Hello,

MyDAC has no synchronization tools. As an alternative, TMyDump can be used. Using TMyDump, a full database backup can be created and then restored.

If such approach is not suitable for you, you can notice dbForge Studio for MySQL that has such a feature - MySQL Synchronization Tools. See more at http://www.devart.com/dbforge/mysql/stu ... ation.html

a.alekizoglou
Posts: 32
Joined: Fri 22 Sep 2006 08:32

Re: Local to Cloud DB Synch, MySQL

Post by a.alekizoglou » Wed 30 Oct 2013 16:23

Thanks for the reply,

After a long research i've look at CopyCAT VCL and I am in the process of evaluating the solution.

AndreyZ

Re: Local to Cloud DB Synch, MySQL

Post by AndreyZ » Thu 31 Oct 2013 08:51

It is good to see that you have found a solution.

Post Reply