View Single Post
  #7  
Old 12-29-2010, 10:53 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default

Quote:
Originally Posted by Akkadius View Post
mysqldump -uusername -ppassword databasename

Will dump it into the directory in which you run the command from in prompt. Or you could run it this way

mysqldump -uusername -ppassword databasename > "c:\Directory\To\Dump\to\database.sql"
I actually tried that first string, once before, but your second suggestion
worked like a charm and took less than 30 seconds.
I miss the good old days of working with dos. Things went faster, lol
Reply With Quote