Forum Replies Created
-
AuthorPosts
-
RiteshMember
Thanks for the idea.
RiteshMemberQuote:The SQL editor haven't the capability to import a sql script. Now there is only the possibility to run a command without to see it before execute, or write a command and save it. (see Mysql front )You can open a SQL Script file in the editor, by using File->Open…
If you want to execute a big SQL file as a batch file then use Tools->Execute Batch File…
Quote:foreign key; Perfect to insert a new foreign key. But if I try to remove it I receive, before a message (confirm a drop relationschip) and after an error 1005 (can't create table c:winnttemp#slq290_1_3.frm (err.140). Note that there are all the permission in c:winnt folder. In the history windowd appear:Have you configured your MySQL server to be able to create temporary table? SQLyog is giving an error, because MySQL was not able to create the temporary table, which SQLyog needs for proper duplication of data.
Quote:3) There is a editor for my.ini file ?Why you need that?
RiteshMemberThanks for your idea.
RiteshMemberIs it happening for all tables/data or for some particular tables?
Quote:When I open the InsertUpdate data dialog and click on a field button? that contains data (as can be seen by the amount of bytes) the whole program crashes.Can you mail a sample data to [email protected] with the table structure so that we can work on it. It will be very helpful if you could give us the steps which will reproduce the error.
RiteshMemberWe are in the process of making SQLyog completely configurable in one of the future releases.
RiteshMemberGo to the installation directory of SQLyog. You will find SQLyog.ini. In the SQLYOG section there will two fields LowLimit and HighLimit. Change those limits to reflect in SQLyog.
As of now you cannot change it through SQLyog GUI Interface.
RiteshMemberYou can do that.
Just connect to both the hosts, and select the table you want to copy in the Object Browser. Choose Copy Table… from the popup menu.
You can copy structure as well as data between two databases.
RiteshMemberSeems, the working of some SQL commands has changed in MySQL 4.01 😉
RiteshMemberI have forwarded it to the development team and they are working on it. Probably we will come out with a solution soon.
It will be very helpful, if you write the SQL yourself instead of using the GUI of SQLyog. If your table diagnostic SQL works then check out the difference between your Query and the one generated by SQLyog.
RiteshMemberI received the DB you mailed me and I was able to import it perfectly. We have Access 2K but then I dont think it will be a problem.
Quote:Now everything seems to goe thru OK, but only the field names show up with “data type” and “length”Are you talking about the Column Mapping And Transformation Dialog Box. If so then everything is OK because Access ODBC driver does not give information about Primary Key and other things. Only NOT NULL information are available and in our condition ID field of the database was a NOT NULL column.
Send suppo[email protected] the screen shot the screen which you find is not up to the mark?
Hope it helps
RiteshMemberQuote:Is this forum moderated?Defintately, it is 😀
Quote:It would be great to be able to create the job in the ODBC import wizard and have it save the job to a file that I can then schedule to run regularly, preferably from the command line or another method that allows the use of windows task scheduler and no user intervention.This feature is already in our TO-DO list and SQLyog will support it in one of the next releases.
RiteshMemberHello vinique
will it be possible to upload a sample datafile which we can test on our side to check if there any bug in SQLyog?
you can mail them to [email protected], if you want?
you have still not told us in which dialog you are getting the error? until you tell us we wont be able to help you
RiteshMemberQuote:Syntax Error in Query. Incomplete query clause.When are you getting this error?
Can you tell the steps you are following before you face this problem? Probably then I will be able to help you?
RiteshMemberWhat all features you think are there in MySQL-Front and not in SQLyog?
RiteshMemberQuote:The secion of the doc covering this problemThere is a user post by Amy Law which deals with a similar problem. Check it out if you have the same.
-
AuthorPosts