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

Bug When Displaying Warnings After Import.

forums forums SQLyog SQLyog: Bugs / Feature Requests Bug When Displaying Warnings After Import.

  • This topic is empty.
Viewing 4 reply threads
  • Author
    Posts
    • #9174
      rrkramer
      Member

      I have attached a screen shot. The MySql db is ver 5.23, SQLyog is 4.1.

      After an import, I clcked the “Show Warnings” button which produced an error alert:

      Error No. 1064

      You have an error in your SQL syntax near 'warnings' at line 1.

      Clicking OK produces an empty warnings dialog box.

    • #18974
      peterlaursen
      Participant
      Quote:
      The MySql db is ver 5.23

      Wow … MySQL 5.0 is in beta, a 5.1 prealpha can be expected very soon. But you already managed to have access to 5.23. Do you happen to know anybody special ?? 😀

      Is it 3.23 ?? it is the oldest version still supported by MySQl and is quite common at ISP's, especially in the USA (in Europe everyone has upgraded to 4.0!)

    • #18975
      Ritesh
      Member

      SQLyog simply executes SHOW WARNINGS SQL query.

      What happens when you execute the query from the query window?

    • #18976
      rrkramer
      Member

      Yes, MySql is version 3.23, and SHOW WARNINGS produces the same error.

      Problem solved.

    • #18977
      Ritesh
      Member

      http://dev.mysql.com/doc/mysql/en/show-warnings.html

      Looks like the query is only supported with v4.1 and above. I have put this issue in our TO-DO list. From v4.2, the button will not be shown for MySQL versions < 4.1.

Viewing 4 reply threads
  • You must be logged in to reply to this topic.