In the Mysql Workbench, where the model is synchronized with the database

As shown in the Mysql documentation Database synchronization .

I cannot find this particular Synchronize Model with Database window / wizard in Database ->

I have a Mysql Workbench 6.0.9.11421 build 1170 Community Edition

+6
source share
1 answer

You must have an open model that you want to sync. Without an open model, no database actions are possible (e.g. forward engineering or synchronization).

Update:

Oh, I missed the exact name of the menu item. I implicitly read it as existing. Well, sometimes elements are renamed, so now you just mean Database -> Synchronize Model...

enter image description here

+4
source

All Articles