Talk:Migrate MySQL
From DreamHost
Needs wikification (getting rid of html) Ryan 05:29, 23 Apr 2005 (PDT)
mysqldump --opt -uusername -ppassword -hyourMySQLHostname dbname > output.sql
needs to have the spaces:
mysqldump --opt -u username -p password -h yourMySQLHostname dbname > output.sql
I tried it without and it doesn't work for me. --Scarevil 17:17, 22 Feb 2006 (PST)
- Scarevil: I fixed the page. You have the power to fix these things, too, you know. ;-) —LarryGilbert 19:10, 29 Mar 2006 (PST)
Could you or someone please also describe how to migrate the data of an old DB from a subdomain hosted by dreamhost to a new DB of another subdomain also hosted by dreamhost. For example, how to transfer only the existing articles and history of a wiki DB to another new DB. Thanks. - Loripanir 09:08, 15 January 2008 (PST)

