Copy/replace to other connection/other host

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
kaffeburk
Posts: 214
Joined: Mon 29 Jan 2007 08:03

Copy/replace to other connection/other host

Post by kaffeburk » Tue 20 Dec 2011 05:28

Sometimes I need to duplicate/copy/replace one or more objects from my localhost to a mysql server. As i understand it I can duplicate an object within a connection - but not between connections. I can also make a backup and restore it to the other connection, but to just copy and replace from one connection to another would be nice, is it possible?

alexa

Post by alexa » Tue 20 Dec 2011 10:46

You can also perform such a task using Schema Comparison Wizard supplied with dbForge Studio for MySQL. Please refer to the 'Schema Comparison and Synchronization' topic in Help documentation for details.

kaffeburk
Posts: 214
Joined: Mon 29 Jan 2007 08:03

Post by kaffeburk » Fri 27 Jan 2012 08:11

alexa wrote:You can also perform such a task using Schema Comparison Wizard supplied with dbForge Studio for MySQL. Please refer to the 'Schema Comparison and Synchronization' topic in Help documentation for details.
I cant find the "Data comparison wizard". Under tools/Devart tools/mysql/database/ there is no submenu labeld "new"

alexa

Post by alexa » Fri 27 Jan 2012 15:43

To invoke the New Schema/Data Comparison wizard in dbForge Studio for MySQL, please follow the procedure:

1. Select two databases in Database Explorer by clicking them holding the CTRL key down.
2. Right-click the selection and choose 'New Schema/Data Comparison' from the popup menu.

Post Reply