Taking a MySQL Dump
Taking a MySQL Dump
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- davetufts0
-u user should work with or without the space...typing your password on the command line is bad. just do this:
mysqldump -u user -p database > database.sql
you will be prompted for your password.