WP Migrate DB exports your database as MySQL data dump, does find and replace on URLs and file paths, handles serialized data, then allows you to save it to your computer as SQL file.
It's perfect for developers who need to data from the production site to their local install, or migrate their developed site to staging or production server..
WP Migrate DB handles serialized data by unserializing the data and going through it, identifying strings and running find & replace on them.
The ability to so search and replace of URLs on the export without needing additional plugin is great feature...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Improvement Truncate WP Migrate DB Pro diagnostic log to always be < 1MB, to help with memory exhaustion errors.
Improvement Warning notice when WP HTTP BLOCK EXTERNAL constant is set to true.
Improvement Leave it to WordPress core to convert tables to utf8mb4.
Bug fix Saving new profile does not change URL to that saved profile URL..
New Setting to configure the maximum request size.
Read more