forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › Multiple synchronization schedules & servers?
- This topic is empty.
-
AuthorPosts
-
-
October 27, 2003 at 8:21 pm #8218
rs25com
MemberHi,
I would like to know if this tool would support a configuration where the following was the setup:
Hardware:
One master MySql server
Several web servers, with local a MySql server on each, users update records, etc., as they browse
Setup:
Once an hour (or 15/30min?) the web servers update the master server with only the changed records
Then, once an hour, the master database server updates all the other web servers with the other changed records
Is this something that can be done, and can it be done with multiple connections simultaneously so the master server does not get corrupted? I suspect the smart way to do this would be to install the client on each web server so it controlled itself, rather than trying to run it remotely.
Thanks,
James
-
October 28, 2003 at 12:43 pm #15140
Ritesh
MemberWe are looking at your issues and we will suggest you a suitable solution as soon as possible.
-
October 28, 2003 at 2:16 pm #15141
Shadow
MemberHave you checked MySql's built-in replication feature?
-
October 28, 2003 at 10:43 pm #15142
rs25com
MemberI did not know it had a replication tool. I will go research their site, thanks!
-
October 29, 2003 at 9:46 am #15143
Shadow
MemberUse the online manual with user comments because there is a comment that describes how to use a MySql db as master and slave in the same time!
-
November 2, 2003 at 8:46 am #15144
Ritesh
MemberCurrently, SQLyog supports ONE WAY synchronization only. All extra rows in the target that are not present in the source are deleted. We are working on making it a 2 way sync process – which poses additional challenges like conflict resolution, etc.
-
November 4, 2003 at 8:20 am #15145
Shadow
MemberNow, that would be great! Especially, if it were implemented as a service…
-
-
AuthorPosts
- You must be logged in to reply to this topic.