Switch query tabs via keyboard

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
davidmarcus
Posts: 50
Joined: Tue 25 Jan 2005 11:22
Location: Somerville, MA
Contact:

Switch query tabs via keyboard

Post by davidmarcus » Sun 06 Mar 2022 20:09

If I do a query that has more than one statement, the results are shown in tabs, e.g., "Query1", "Query2". Is there a way to switch between the tabs using the keyboard?

With other clients, I start my session by doing

Code: Select all

set names 'utf8mb4' collate 'utf8mb4_unicode_520_ci';
When I do this in dbForge, it says
Characer set 'utf8mb4' is not supported
I'm using the trial version of dbForge Studio 202 for MySQL 9.0.791. The server is MariaDB 10.3.31 or 10.3.25

Post Reply