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

show innodb status\g

forums forums SQLyog SQLyog: Bugs / Feature Requests show innodb status\g

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #8110

      I you write the command ->show inndodb statusg you receive an error

      error Code : 1064

      You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'G' at line 1

      (0 ms taken)

      while you execute the command directly in mysql prompt, the command work fine. It is possibile to solve it ?

      tks

    • #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

Viewing 1 reply thread
  • You must be logged in to reply to this topic.