Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Mysql Workbench, where is Synchronize Model with Database

As displayed in Mysql Database Synchronization documentation.

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

I have Mysql Workbench 6.0.9.11421 build 1170 Community Edition

like image 272
Abhishek Madhani Avatar asked Mar 04 '14 15:03

Abhishek Madhani


People also ask

How do I find the data model in MySQL Workbench?

To view the database created on MySQL Workbench, navigate to Database > Connect to Database . Choose an existing connection to connect to MySQL Server or create a new one. The database created will be as shown in the screenshot below.

How do you sync a database?

Mixed Database Synchronization In order to keep your databases in relevance you have to add, delete, and update these correspondent records in destination database. Insert Sync, Update Sync and Drop Sync options checked all together allow you getting entirely identical source and target databases.


1 Answers

You must have a model open that you want to synchronize. Without an open model neither of the database actions (like forward engineering or synch) are possible.

Update:

Oh, I missed the exact menu item title. I was implicitely reading it as the existing ones. Well, sometimes items are renamed, so what you have in mind is now simply Database -> Synchronize Model...

enter image description here

like image 187
Mike Lischke Avatar answered Oct 31 '22 07:10

Mike Lischke