Return to Snippet

Revision: 961
at August 23, 2006 21:05 by yuconner


Initial Code
mysqldump -h oldhost -u oldusername -poldpassword olddbname | mysql -h newhost -u newusername -pnewpassword newdbname

Initial URL
http://wiki.dreamhost.com/index.php/Migrate_MySQL

Initial Description


Initial Title
Migrate MySQL database from old host to a new host

Initial Tags
database

Initial Language
SQL