Forum Replies Created
-
AuthorPosts
-
Ritesh
MemberCan you post a screen-shot?
Ritesh
MemberCan you elaborate?
I guess I am not able to understand you problem….
Ritesh
MemberDo you mean Reloading Database from SQL Scripts?
Ritesh
MemberMySQL keeps data in YYYY-MM-DD format. Probably this query will help –
select * from leave2 where FrDate >= '2003-01-09'
HTH
Ritesh
MemberThis feature is in the TO-DO list of SQLyog 3.6
HTH
Ritesh
MemberGreetings
We have 3.23.54-log on Linux and SQLyog maintains the case sensivity of the DB/Table/Column Names…
Ritesh
MemberThanks.
I will reply back soon.
Ritesh
MemberYou can get the MySQL version by executing the query select version() . Please post the exact version of MySQL?
We are working on it and if there is any bug we will fix it in the next release.
Ritesh
MemberIn the Export As Batch Script… dialog uncheck Flush Logs Before Dump… option. Generally, ISPs dont give this permission.
In the future releases of SQLyog, this option will be unchecked by default.
HTH
Ritesh
MemberTry importing data from the same table instead of query. Does Importing data from Table itself solves the problem? If YES then there is a bug in SQLyog and we will fix it in SQLyog 3.6
Ritesh
MemberThis is by design. SQLyog does not remember any settings except the last connection and window coordinates on startup .
We plan to include the feature in one of the future releases of SQLyog.
Ritesh
MemberSQLyog logs all the queries in the History Window. Can you post the SQL command that is giving error out here.
Please mention the MySQL version you are using?
Ritesh
Memberg is supported by the MySQL client that allows you to view the results in a different format. In SQLyog you can only view results in Row-Column format.
Just execute – show innodb status
HTH
Ritesh
MemberGreetings
You need to add % permission in the MySQL user table.
HTH
Ritesh
MemberI think the ODBC driver is the culprit. Try updating your ODBC driver.
Are you able to access image data thru any other application using ODBC connectivity?
-
AuthorPosts