Forum Replies Created
-
AuthorPosts
-
Ritesh
Member2-way synchronization is planned for SQLyog 3.7
Ritesh
MemberHmmmm..
Maybe you can put it in the MySQL Bug List :huh:
Ritesh
MemberWhich page of the wizard is giving the error?
It may happen that you are importing a very big database. This may take some time
Ritesh
MemberGreat
Ritesh
MemberYou need to save your sync job in a file ( e.g. c:job.xml ). Then create a batch file with the following contents –
c:program filessqlyogsja -lc:sja.log c:job.xml
Create a shortcut for the batch file in your desktop. Whenever you double click on it, the agent will start up and perform the sync.
Ritesh
MemberFirst of all change the table handlers to InnoDB table type. For more information about InnoDB table handlers visit http://www.innodb.com
There is a very nice tutorial on setting up FK using SQLyog at http://www.weberdev.com/ViewArticle.php3?ArticleID=352. Check it out.
Ritesh
MemberThis is strange!
Can you send us the XML file at support@webyog.com. It would be great if you can send some sample data too.
We will setup your environment out here, and try to reproduce the bug.
What are the contents of c:log.log?
Ritesh
MemberDoes the error occur ONLY when the source database is your local server and the target database is your remote server? Does it occur if you interchange the source and the target?
Ritesh
MemberCan you paste the output from sja when you are running it with correct option i.e. without a space between -l and the log file?
Ritesh
MemberWhile executing sja from the command line dont put a space between -l and the log file name.
This means that instead of
Code:sja -l c:log.log c:sync.xmluse
Code:sja -lc:log.log c:sync.xmlWe are going to fix this bug soon.
If you are able to sync two databases from command line when using the correct option please let us know.
Ritesh
MemberSQLyog logs all the queries in the History window. Just check out the query that is returning error :huh:
Ritesh
MemberDone in SQLyog 3.63!!
Ritesh
MemberIt will be even ask you whether you want to remove the Personal Folders automatically using the uninstaller
I have forwarded your request to my development team.
Ritesh
MemberGreat
Ritesh
MemberCheck out our roadmap at http://www.webyog.com/forums/index.php?act…ct=ST&f=2&t=472
-
AuthorPosts