Forum Replies Created
-
AuthorPosts
-
RiteshMember
Thanks for the idea 😀
RiteshMemberWe plan to support different fonts in one of the future release of SQLyog.
RiteshMemberThis error is quite common in the MySQL Mailing List.
It seems that there is some bug in glibc provided by RH. Please check out the MySQL Mailing List archive.
RiteshMemberQuote:when doing some selection query it would be nice to have [edit/delete] button in grid for each row. so that u could delete individual row with a click and bring up dialog for row update. i beleive phpMyAdmin has that, quite useful.Use F8 to execute the query instead of F5.
Quote:and on a side note, how about having 'copy cell value to clipboard' menu selection when right clicking on result grid. there is already 'copy data to clipboard'You can copy certain rows of data to clipboard and not column values. To copy individual rows to clipboard, select them in the resultpane and choose Export Selected Data To Clipboard from the popup menu.
RiteshMemberCan you please send us your structure and some sample data for the table. It will be very helpful to fix the bug if there are any. You can mail them [email protected]
RiteshMemberSeems, you are connecting to an older version of MySQL that does not supports ` around object names.
RiteshMemberWhile exporting data, there are various options which you can check/uncheck.
Please make sure that you have proper permissions for the job you have checked.
RiteshMemberYou can only bring the database structure in sync – not the data.
SQLyog will generate the required scripts to bring one database in complete sync with another. So it is “automated” in that sense. However, scheduling this activity to run at regular intervals is not possible.
RiteshMemberTo create a “neat looking”, “printer friendly” schema
select DB->Create Schema For the Database in HTML.
You can also right click on the database and select this option.
HTH
RiteshMemberQuote:Is this product protected under the GPL?NO. :huh:
RiteshMemberAs of now, we dont have any plans to support other systems.
RiteshMemberQuote:Just wanted to say thanks for the great peace of software…🙂 😀 😆
RiteshMemberQuote:Once i view a table using SQLYOG (Table ->insert and update data), I would like to be able to sort acolumn (field) ascendingly or descendingly.
As of now SQLyog does not supports sorting of data in Insert/Update Window…. In can only sort resultsets returned by a query in the Resultpane.
RiteshMemberThanks for the bug report. It has been confirmed by our development team.
The error will be fixed in SQLyog 3.1
RiteshMemberThere seems to be some other problem. The same configuration works perfectly for me. Probably you have missed out something. Please read the InnoDB docs. I am sure that will help you more then I can 🙂
-
AuthorPosts