MySQL Forums
Forum List  »  MySQL Workbench

Re: Database Deployment
Posted by: Mike Lischke
Date: May 04, 2015 12:55AM

Colin,

in short: there is no deployment concept in MySQL other than what you would define yourself. Deployment means here to copy a set of schemas from one server to another (and optionally carry over users + their access rights etc.).

Except for the users this is all what schema dump + restore (or migration) is about. A typical case is to dump the schemas you want to carry over to an sql script and load that on the target server. With MySQL Workbench you can do this with a comfortable GUI as separate steps or use migration to directly copy over your data (including meta data transfer).

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
1578
May 02, 2015 10:57AM
Re: Database Deployment
804
May 04, 2015 12:55AM


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.