Hello, With mysql workbench 6.3 under ubuntu 18 when I want to debug some sql I click “Create a new sql tab for executing queries” toolbar item and new tab editor is opened. When I click “Execute the selected portion...” toolbar item I see info on the sql executed, but not result rows, as I expected : https://imgur.com/a/wnRKTUO. 1) Is it some hidden area? 2) I do not want to use all my databases on this connection, How can I hide some databases, without deleting them? Thanks!
You get an error message You need to select a database before you run your query. I'm not sure how you hide the ones you don't want to use, but they're listed, not active.
Thank you for your hint! I found that I need to select the db AS DEFAULT DATABASE to sent all request to this database. No ideas as for point 2) ?