MySQL Forums
Forum List  »  MySQL Workbench

Re: Workbench main objetive?
Posted by: Mike Lischke
Date: January 02, 2015 02:41AM

Mariano,

you can use your model to create the "physical" database objects (see menu Database -> Forward Engineer) and of course you can share the model file (*.mwb) with your developers. They can load and forward engineer it to have a local copy or use a central server and sync the model with that server, so it stays up to date (sync is a 2-way merge, which sends model changes to the server and reads changed objects from there into your model).

There is no rights management attached to modelling. The privilege system works only on the real db objects. So, it makes sense to have a staging area where your devs can do all the development work and once the structure is final have it merged over to your production box by someone with the proper privs there to do it.

Mike

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/

Options: ReplyQuote


Subject
Views
Written By
Posted
1257
December 29, 2014 04:17AM
Re: Workbench main objetive?
495
January 02, 2015 02:41AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.