Forum Replies Created
-
AuthorPosts
-
RiteshMember
Thank for the request(s). I have forwarded it to my development team.
RiteshMemberThank for the request. I have forwarded it to my development team.
RiteshMemberThe editor has been completely redesigned in SQLyog Max. We will be releasing the first beta of Max soon.
RiteshMemberThere has been changes in 3.7 distribution. SQLyog 3.7 now comes with a compiled .CHM help file (context sensitive help) due to which we have removed the HTML help file and its required images.
When you install 3.7 over an existing 3.x installation it will keep the original Personal Folder intact. If the personal folder is not present, SQLyog 3.7 will create the folder for the first time.
HTH
RiteshMemberDo you mean a PRIMARY KEY FIELD or an UNIQUE INDEX?
RiteshMemberThanks for the report 🙂 I have forwarded it to my development team.
RiteshMemberIs there any spaces in the path of XML file?
Remove all the spaces from the path of the XML file and then schedule it.
RiteshMemberCan you tell us the exact version of MySQL? You can get it by executing the SQL:
“select version()”
Is your MySQL server located on a Remote server or on “Localhost”?
RiteshMemberWhich version of MySQL?
On what operations you are getting “Lost Connection” error?
RiteshMemberCorrect me if I am wrong but I dont think you need to specify your database as part of the HOST address.
You only need to specify the IP or the host name of the computer in which your ISPs MySQL server is hosted.
I will suggest that you triple check it with your host.
RiteshMemberI am working on it and will get back to you as soon as possible.
RiteshMemberCan you tell me the complete error message?
RiteshMemberHello,
Can you send me a backup of your database? (table structure with sample data to reproduce the error will be very helpful)
Please tell us the MySQL version that you are using?
RiteshMembermbrown wrote on Apr 15 2004, 02:30 PM:When doing an ODBC import is there a way to get the results of more than one query? When I select “Copy table(s) from the data source” I get the option to select multiple tables. When I select “Use a query to select the data to transfer” I only get the results from the first query I type in the window.For example if I enter this in the query window:
Code:select * from table1 where field1 = 'a';
select * from table2 where field1 = 'b';It will return one table called “Result” that has the results of the first query only.
Is there a way to get both of the queries to execute?
SQLyog imports data from the first query only.
This is a nice feature request. I have forwarded it to my development team. Thanks for the suggestion 😀
RiteshMemberThe above feature is planned for SQLyog Max.
-
AuthorPosts