How to hide/view result grid in MySQL Workbench?

Yashwanth Aluru picture Yashwanth Aluru · Jan 20, 2015 · Viewed 54k times · Source

I'm using MySQL Workbench on Windows. I execute a query and I get the result. Is there any option or a hotkey to hide/view the result grid without executing the query again and again?

Please help me on this.

Answer

user10268642 picture user10268642 · Aug 24, 2018

Here is a simple technique to get back the results grid in MySql WorkBench. Place the text cursor on a query and use the "EXPLAIN command" for the statement under the cursor.

enter image description here

That will open the Visual Explain window. In that window you can find Results Grid. Click on that Results Grid.

enter image description here

You can see the result grid again.