patternMinor
MySQL Workbench query tabs
Viewed 0 times
tabsmysqlqueryworkbench
Problem
I am trying MySQL Workbench 6.0 and when I execute a query the results are displayed with a tab called "Result 1". When I fire another query the same tab is reused, now named "Results 2".
I found no way to open a new results tab (not query tab). What am I missing?
I found no way to open a new results tab (not query tab). What am I missing?
Solution
MySQL Workbench always closes all existing resultset tabs when it executes the content in a specific tab. If you have several queries in your editor and execute all of them (and they return a result set) then a new resultset tab is created for each returned set.
If you want a specific resultset tab to stay while running other queries open it in a separate editor tab.
If you want a specific resultset tab to stay while running other queries open it in a separate editor tab.
Context
StackExchange Database Administrators Q#58127, answer score: 2
Revisions (0)
No revisions yet.