Migration tools

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
Sandy
Posts: 53
Joined: Fri 07 Feb 2014 18:11

Migration tools

Post by Sandy » Thu 27 Mar 2014 17:52

I can't seem to find an option for migrating a complete database. I want to just move one db to the same server, but other then generating a back up and restoring is their an automated way to do it from MySQL to MySQL? I may be just overlooking the obvious.

Thanks

Sandy

alexa

Re: Migration tools

Post by alexa » Fri 28 Mar 2014 07:11

This can be done with the help of Data Export/Import or Schema/Data Compare features.

You can automate the above tasks with the help of the command line interface of dbForge Studio for MySQL. Please refer to the following topics in the product's Help documentation:

- How To: Export Data through Command Line
- How To: Import Data through Command Line
- How To: Compare and Synchronize Schemas through Command Line
- How To: Compare and Synchronize Data through Command Line

and the following articles on our website:

http://blogs.devart.com/dbforge/how-to- ... ndows.html
http://www.devart.com/dbforge/mysql/stu ... ackup.html

Sandy
Posts: 53
Joined: Fri 07 Feb 2014 18:11

Re: Migration tools

Post by Sandy » Mon 31 Mar 2014 04:03

Thanks for the quick reply Alexa. What I was looking for was the 'lazy' way to do the migration. Some of my other tools have a very simple way to migrate databases which essentially is to select the source and the destination and hit start :). It's never a problem doing a back up and restore but always looking for a simpler way to do it.

Sandy

alexa

Re: Migration tools

Post by alexa » Mon 31 Mar 2014 10:41

You can add a suggestion on our UserVoice forum where other users can vote for it http://devart.uservoice.com/forums/7729 ... -for-mysql

We collect and analyze the information from this forum in order to make a proper roadmap for future product releases.

Sandy
Posts: 53
Joined: Fri 07 Feb 2014 18:11

Re: Migration tools

Post by Sandy » Mon 31 Mar 2014 17:34

Will post a new feature request!

Thanks Alexa

Sandy
Posts: 53
Joined: Fri 07 Feb 2014 18:11

Re: Migration tools

Post by Sandy » Tue 10 Jun 2014 01:35

Also any simple way to just move data from one database's table to another without creating a script and reloading? This is something I do a lot and some of the competitive tools even just allow drag and drop of the table to another database and sets it all up.

Sandy

alexa

Re: Migration tools

Post by alexa » Tue 10 Jun 2014 09:24

Please consider the 'Duplicate Object' feature (the 'How To: Create Copy of Database Object' topic in the product's Help documentation).

If that's still not what you were looking for, please add a suggestion on the UserVoice forum.

Sandy
Posts: 53
Joined: Fri 07 Feb 2014 18:11

Re: Migration tools

Post by Sandy » Wed 11 Jun 2014 17:05

Thanks, the duplicate object looks like its only in the same database. I'm looking to duplicate the object to another database so I don't think that will work. I'll hit up the uservoice again :)

alexa

Re: Migration tools

Post by alexa » Thu 12 Jun 2014 08:58

Yes, please add a suggestion on the UserVoice forum.

Post Reply