Quantcast
Channel: MySQL Forums - MySQL Workbench
Viewing all articles
Browse latest Browse all 3724

Hard to see active database (2 replies)

$
0
0
I have several databases and I intend to work with dozens of code edit windows in MySQL Workbench, from different databases.

How am I supposed to quickly see to what database a window belongs? There is no status bar information like in Microsoft SQL Server (http://i.msdn.microsoft.com/dynimg/IC153005.gif). There is an object information window area, but AFAIK there is no active schema information there.

This is especially difficult when I work with different instances of the same stored routine in different database mirrors (common in single-tenant architecture).

Also, like in MSSQL I would like to see the number of output rows in a status bar. Now you either have to wrap the code with SELECT COUNT(*) or paste the output in a spreadsheet program.

Viewing all articles
Browse latest Browse all 3724

Trending Articles