Forum Replies Created
-
AuthorPosts
-
RiteshMember
My developers are working on it 😀
RiteshMemberWaiting for your comments and feature requests.
RiteshMemberCan you tell me the complete error message?
Quote:Also, I do not have the option of executing the sql scripts from SQLyog.Use Tools -> Execute Batch File…
RiteshMemberShadow wrote on Jun 30 2004, 02:05 PM:Wait a second, Ritesh! A quote from the help file:Quote:Additionally, you can configure SJA to detect changes only for specific columns. This makes it an ideal tool to sync data even if there is limited bandwidth. Since SQLyog uses checksums to detect changes unselecting BLOB data may significantly speed up the process as these columns will not be used to generate checksums.In my interpretation sja uses the values of the selected columns to generate checksums not vica versa! Actually, it works for me the above descibed way…
Mackenzie: there may be other options you didn't set in the right way. Could you post sample data in this forum that don't work for you?
Ooopps. I was wrong with that statement. SJA will use the selected columns to generate checksums and not the other way round. Sorry 🙄
RiteshMemberWe have to specially compile SQLyog 3.71 for you with the old client library.
RiteshMemberSQLyog Max – the next generation upgrade to SQLyog has been released. Linux binaries of SQLyog Max are available at http://www.webyog.com/forums/index.php?act…ct=ST&f=2&t=883
RiteshMemberAs you can see there is no PRIMARY KEY defined. I can only figure out one index that is named id
RiteshMemberPlease paste the result for the following query:
Code:show keys from `yourdb`.`users2`RiteshMemberSJA is behaving correctly. It ignores the selected columns while generating checksums. If the other columns result in different checksums then the whole row is modified in the target db and not the columns that were selected.
This feature is useful when you dont want to check for changes in BLOB data to reduce the computation time.
RiteshMemberYour configuration will work.
RiteshMemberRight click on the result window and select Export resultset
RiteshMemberData Synchronization Tool is only available from SQLyog v3.6 upwards. SQLyog 3.11 is very old and we have added many new features after this release.
SQLyog Job Agent (SJA), the data sync tool of SQLyog is perfect for your case. I will suggest that you download SQLyog 3.71 and try-out the data sync tool.
RiteshMemberAs of now you cannot send results of sync over email.
This is a good suggestion though and I have forwarded it to my development team.
RiteshMemberThats a good suggestion. I have forwarded it to my development team.
RiteshMemberI am still not clear about how are you “synchronizing” data…
Are you using the “Database Sync Tool” of SQLyog to sync data?
-
AuthorPosts