/ Published in: MySQL
Expand |
Embed | Plain Text
mysqldump --user=username --password=password --opt --add-drop-database --databases databasename > ~/path/to/file.sql
You need to login to post a comment.
cbrant on 04/10/09
4 people have marked this snippet as a favorite
cbrant
JustGreg
umang_nine
jschilling
mysqldump --user=username --password=password --opt --add-drop-database --databases databasename > ~/path/to/file.sql
You need to login to post a comment.