Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 15 posts - 2,131 through 2,145 (of 2,527 total)
  • Author
    Posts
  • in reply to: Request: Dual Monitor Support? #14737
    Ritesh
    Member

    Can you post a screen-shot?

    in reply to: How do you reload the database #14733
    Ritesh
    Member

    Can you elaborate?

    I guess I am not able to understand you problem….

    in reply to: How do you reload the database #14731
    Ritesh
    Member

    Do you mean Reloading Database from SQL Scripts?

    in reply to: Date Format #14726
    Ritesh
    Member

    MySQL keeps data in YYYY-MM-DD format. Probably this query will help –

    select * from leave2 where FrDate >= '2003-01-09'

    HTH

    in reply to: Bug: sqlyog does not remember format settings #14716
    Ritesh
    Member

    This feature is in the TO-DO list of SQLyog 3.6

    HTH

    in reply to: tree table view converts all to lower case #14724
    Ritesh
    Member

    Greetings

    We have 3.23.54-log on Linux and SQLyog maintains the case sensivity of the DB/Table/Column Names…

    in reply to: Copy Table #14712
    Ritesh
    Member

    Thanks.

    I will reply back soon.

    in reply to: Copy Table #14710
    Ritesh
    Member

    You 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.

    in reply to: Making a backup? #14721
    Ritesh
    Member

    In 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

    in reply to: Importing from Oracle 8 and NULL fields #14719
    Ritesh
    Member

    Try 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

    in reply to: Bug: sqlyog does not remember format settings #14715
    Ritesh
    Member

    This 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.

    in reply to: Copy Table #14708
    Ritesh
    Member

    SQLyog 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?

    in reply to: show innodb status\g #14707
    Ritesh
    Member

    g 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

    in reply to: Cannot Connect – Error 1045 #14696
    Ritesh
    Member

    Greetings

    You need to add % permission in the MySQL user table.

    HTH

    in reply to: Query – Importing tables with image fields #14691
    Ritesh
    Member

    I 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?

Viewing 15 posts - 2,131 through 2,145 (of 2,527 total)