/ Published in: MySQL
Expand |
Embed | Plain Text
mysqldump –-host=the.remotedatabase.com -u yourusername -p yourdatabasename > foo.sql
You need to login to post a comment.
nate63179 on 11/04/09
1 person have marked this snippet as a favorite
mysqldump –-host=the.remotedatabase.com -u yourusername -p yourdatabasename > foo.sql
You need to login to post a comment.