/ Published in: SQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
mysqldump -h oldhost -u oldusername -poldpassword olddbname | mysql -h newhost -u newusername -pnewpassword newdbname
URL: http://wiki.dreamhost.com/index.php/Migrate_MySQL