Forum Replies Created
-
AuthorPosts
-
RiteshMember
Click Sync ( Clipboard ) for the second database 😀
RiteshMemberHello
Which version of MS Access are you using?
Make sure that your ODBC Driver is not very old.
HTH
RiteshMemberJust triple-click on it!
RiteshMemberHello
Thanks 😀
RiteshMemberQuote:have the mysql DB on a remote serverIf the remote DB is running then you dont have correct permission to connect to the MySQL server :huh:
Check out with your MySQL Admin for correct permission
HTH
RiteshMemberQuote:was expecting an MS access type interface to use but don't see anything I recognise yetWe have tried to keep the interface simple and non cluttered ( unlike MS Access ).
The mentioned article is a good place to start off ( probably the best introduction to SQLyog I have seen ). Once you become comfortable with SQLyog you can browse thru the features of SQLyog using the various menu.
If you have any problem..feel free to ask them in the board 😀
HTH
RiteshMemberHello
The version that you are using is an old one and does not support ` around object names, which is creating problem.
Please upgrade your MySQL.
HTH
RiteshMemberHello
You have to kill the MySQL Process. You can do this thru SQLyog by using – Tools->Show->ProcessList Select the process and choose Kill Process from the option.
HTH
RiteshMemberHello
Create/Edit Table GUI does have the facility to create ENUM field. Please check the SQL Query which is generated by SQLyog in the History window. Is anything wrong in it?
BTW, after selecting ENUM from the dropdown of Datatype column, insert the enum values in the Length column. The correct way is
Quote:'True','False'HTH
RiteshMemberHello
Which version of MySQL are you using?
RiteshMemberHello
We dont have plans to fix any more bugs in 3.x :huh: We are in the process of completely rewriting SQLyog from scratch and the new release i.e. SQLyog Max will have all these bugs fixed.
HTH
RiteshMemberHello
Thanks for the info 😀
RiteshMemberHello
That is exactly the solution I was going to tell you 😀
RiteshMemberHello
We have not tried SQLyog with the new libmysql.dll :huh: Thanks for the information 😀
RiteshMemberHello
Quote:the target database is not updated when i table is copyied between 2 tables connected.Can you be more clear on this point?
-
AuthorPosts