Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MySQL Workbench - How to update 2 different schemas from one EER Diagram?

Is it possible to use one EER Diagram currently associated with a schema called mydb with another schema mydb2?

like image 417
stormwild Avatar asked Aug 31 '11 07:08

stormwild


1 Answers

Not currently. You can only compare two databases if they have the same name. It's a known bug:

  • Workbench not able to synchronize schemas with different names
  • Rename database schema makes synchronisation impossible
like image 76
Álvaro González Avatar answered Nov 15 '22 10:11

Álvaro González