Tranfer all MySQL databases to another server

Saturday, July 3rd, 2010 109 views

If you want to migrate all MySQL databases from one server to another. This was a one time only operation, so setting up replication wasn’t an option. And restoring a backup on the new server involved more downtime than strictly necessary. I figured the most ideal way would be to dump the active MySQL directly [...]