Bug #56128 Synchronize Model should allow selection of any schema
Submitted: 19 Aug 2010 21:35 Modified: 3 Mar 2012 14:34
Reporter: Ted Treadwell Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S3 (Non-critical)
Version:5.2.26 OS:Windows (XP)
Assigned to: CPU Architecture:Any

[19 Aug 2010 21:35] Ted Treadwell
Description:
A model can only be synchronized with a database schema of the same name as the model.  The 'Select schemata' screen shows only one choice and it has to match the model name.

This is unnecessarily limiting and makes it difficult to work with several variations of a schema.

How to repeat:
Set up several schemata on a MySQL server.
Reverse engineer a model from one schema.
Select Database -> Synchronize Model...
Connect to database.
On 'Select Schemata' screen, only one schema will show.

Suggested fix:
The schema list is apparently populated from the model (see note on bug #55147).  Instead it should be retrieved directly from the database server.
[20 Aug 2010 2:09] MySQL Verification Team
Thank you for the bug report.
[3 Mar 2012 14:34] Alfredo Kojima
This is the same as feature request from bug #45533