=== WP Migrate DB === Contributors: bradt Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5VPMGLLK94XJC Tags: database, migrate, backup, mysql Requires at least: 2.0.3 Tested up to: 3.3 Stable tag: 0.3 Exports your database, does a find and replace on URLs and file paths, then allows you to save it to your computer. == Description == WP Migrate DB exports your database as a MySQL data dump (much like phpMyAdmin), does a find and replace on URLs and file paths, then allows you to save it to your computer. It is perfect for developers who develop locally and need to to move their Wordpress site to a staging or production server. It even takes into account serialized data and updates the string length values. Example: s:5:"hello" becomes s:11:"hello world" == Installation == 1. Use WordPress' built-in installer 2. Access the WP Migrate DB menu option under Tools == Screenshots == 1. Main screen 2. Saving the exported database == Changelog == = 0.3 - 2011-12-16 = * Bug fix: [Null formatting error](http://plugins.trac.wordpress.org/ticket/1430) * Bug fix: [Deprecated capability](http://plugins.trac.wordpress.org/ticket/1431) * Bug fix: Serialized string lengths incorrect when string contains double quotes = 0.2.2 - 2011-09-23 = * Bug fix: [Breaks Export](http://wordpress.org/support/topic/plugin-wp-migrate-db-breaks-export?replies=1) = 0.2.1 - 2009-12-13 = * Moved to Wordpress.org hosting = 0.2 - 2009-04-03 = * Moved menu link from "Settings" to "Tools" * The random string of characters no longer appears in the filename on save. = 0.1 - 2009-03-20 = * First release == Upgrade Notice == = 0.2.2 = This version fixes a bug that breaks the WordPress core export feature. It is highly recommended that everyone upgrade.