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

Feature Request: Suppress Error When No Privileges For Explain

forums forums SQLyog SQLyog: Bugs / Feature Requests Feature Request: Suppress Error When No Privileges For Explain

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #35694
      Sibin A S
      Moderator

      Hello Mitch,

       

      The error you get is because just having the SELECT privilege on the view/tables should not be enough to view the data. Please grant the ’SHOW VIEW’ privilege on the view inorder to view the data from the View which would rule out the error you get.

       

      Regards,

      Sibin

    • #35695
      Mitch
      Participant

      Thank you for that information.

       

      I think the original request is still valid.  Since that error message does not affect the execution of the query, but only the EXPLAIN, SQLyog should treat it as a warning message, perhaps in the EXPLAIN output window, rather than a pop-up error message.

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