/ Published in: Bash
Only difference is using -r option to specify output file instead of redirecting stream. Somehow I prefer this option.
Expand |
Embed | Plain Text
mysqldump -h [host] -u root --password=[password] -r [filename] db_name
You need to login to post a comment.
