Mysql – Finding code tab’s associated schema in MySQL Workbench

mysql-workbench

I have a single-tenant setup of MySQL databases; i.e. a more or less identical schema instance for each client.

When I'm tasked with modifying the code of stored routines, I use MySQL Workbench. After some time I usually find myself having code tabs with similar or identical code for several distinct database schemas.

How do I know to what schema a certain stored routine tab belongs?

Best Answer

Actually, there's no schema associated with a certain code tab. All tabs use the active schema. There's already a feature request for a schema-per-tab feature.

Update: you meant object editors and indeed there's no indication to which schema they belong. Please file a feature request to get this into MySQL Workbench (http://bugs.mysql.com).