forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Problem with Personal Folders
- This topic is empty.
-
AuthorPosts
-
-
May 6, 2005 at 5:13 pm #8955kenzyMember
I don't know if this has anything to do with it…but I'm connected to a 4.1 DB and it gives me an error when I try to call up something from my Personal Folders:
“Could not read the key file. 2:The system cannot find the file specified.”
I save the same piece of code connected to a 4.0 DB and call it up…and it works. Is it just a coinsidence or what?
Oh and I can't delete the entry in the Personal Folders…it's there for good.
-
May 6, 2005 at 5:18 pm #17655RiteshMemberQuote:4.1 DB
You mean MySQL v4.1?
-
May 9, 2005 at 8:29 am #17656ShadowMember
Which version of SQLyog do you use? Contents of the personal folder can be deleted manually, it is located under SQLyog's installation folder.
-
May 10, 2005 at 8:25 am #17657peterlaursenParticipant
BTW …
what is the idea that an ordinary .sql or .txt-file must be reformatted and renamed by Sqlyog to a .mys -file.
I tried opening an .mys file in a text editor and Sqlyog has added a non-printable character at the end. If I take an ordinary .txt file rename it to .mys and copy it to the personal folder the last character is missing when inserting it from the gui.
Example:
File with the content “select * from mp3_files” will show up as “select * from mp3_file” in the SQL-pane
However if I add ANY character at the end like
“select * from mp3_files!” it wil show up as “select * from mp3_filer” and execute correctly.
Why those capers ?
(“capers” is according to my dictionary the translation for Danish “narrestreger” that could also be tranlated literally as “fool's invention” 😛 )
-
May 10, 2005 at 8:27 am #17658peterlaursenParticipant
Sorry .. I mismatched English “mp3_files” and Danish “mp3_filer”
.. but I believe you got the point!
-
May 10, 2005 at 1:44 pm #17659RiteshMember
We plan to completely overhaul the Personal Folder feature in v5.1 of SQLyog. The current implementation of Personal Folder is very basic.
-
May 12, 2005 at 10:25 am #17660ShadowMember
That's very true, Ritesh! Personal folder should be located under the user's documents and setting folder on NT based OS – perhaps in Application Data.
-
May 12, 2005 at 10:34 am #17661peterlaursenParticipant
Much better:
Personal folders (if there is any need for it at all) should be ANYWHERE and Sqlyog should only save a .lnk not a real file. And “Drag and Drop” would be a nice thing for the editor pane.
I use my SQL with quite a lot of clients (MS-Office and OpenOffice program for instance), and I'd prefer to save the scripts in a quite a lot of different folders depending on how I use them. For instance if I have a template i OO-Writer that I use for a monthly report, I would like to have the SQL in the same folder as the template.
-
-
AuthorPosts
- You must be logged in to reply to this topic.