How can I get MySQL workbench to always show the result grid?

When I execute a SELECT query in the MySQL workbench, the result grid appears. Then, when I execute an UPDATE, the grid disappears. Then when I run a SELECT again to view the changes, it reappears.

This is incredibly annoying and causes the screen to constantly fluctuate up and down. Is there any way I can give the result grid a permanent home somewhere?

Even if it just stayed put somewhere and was cleared of data when the UPDATE ran, that would be perfect.

1

3 Answers

Here's one way you can do it. Pin the results tab to force it to remain and be unaffected by UPDATE statements. Do that by right-clicking the result tab and choose "Pin Tab" from the context-menu, or left-click the little pin icon to toggle it. Now, execute your other queries and then refresh the pinned tab (there's a "refresh" icon in the result grid's menu).

1

Go to Mysql Workbench preferences. In Fonts, change de Resultset Grid font to Arial 11.

Its works for me.

You can view the result grid in MySQL Work bench by clicking on the table you find the symbol with grid, if you click on that you can find it below the sql editor. It worked for me in windows 10

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like