Forum Replies Created
-
AuthorPosts
-
saratMember
I am not able to reproduce this error
can you please paste here those source and destination table structures
saratMemberSqlyog 5.1 RC2 is released.
Can you download and verify whether the problem exists in this release also
April 11, 2006 at 2:16 pm in reply to: Slqyog Database Synchronization Wizard Hangs While Synchronizing Table #21210saratMembercan you send the table schema and the data in sql format
it would be really helpful
April 10, 2006 at 1:58 pm in reply to: Slqyog Database Synchronization Wizard Hangs While Synchronizing Table #21201saratMemberMore information would be appreciated,
Can you send us the table structure and data of which you r trying to synchronize.. If it is not confidential
saratMemberCan you tell me your settings e.g. BULK INSERT, COMPLETE INSERT etc. Best will be if you can send mail the SCHEMA file to Ritesh and screenshot of DB->Export Batch File option if you are using it.
saratMemberBoth the issues are by design. I will discuss it with my fellow developers and reply back. Probably we can keep things in preferences.
saratMemberpeterlaursen wrote on Feb 27 2006, 01:50 PM:Ok … 😀That means then that if SQLyog is the only client used that does changes to MySQL databases, then there should in principle be no need to rebuild at all (except for repair) ?
[post=”8952″]<{POST_SNAPBACK}>[/post]Yes.
saratMembernemanjko wrote on Feb 27 2006, 12:23 PM:Hi,I am using free edition of MySQL GUI v5.02 with MySQL database version 4.1.13a-nt.
The problem I see is that I cannot edit foreign keys. I can delete them and create a new one. Is this because I am using free edition or some bug/unfinished thing ?
Thanks,
Nemanja.
[post=”8949″]<{POST_SNAPBACK}>[/post]Editing for FK is not supported in SQLyog. This is in our TO-DO list.
It is due to the reason that there is no way to alter foreign key instead u can drop and create a new one. We will be providing a GUI for the same in one of the later versions of SQLyog.
Right now you will need to:
DROP FOREIGN KEY constraint
ADD FOREIGN KEY.
-
AuthorPosts