Quote:
Originally Posted by Akkadius
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