/ Published in: SQL
Expand |
Embed | Plain Text
mysql -u USER -p DBNAME < dump.sql
Comments
Subscribe to comments
You need to login to post a comment.
yuconner on 09/18/06
1 person have marked this snippet as a favorite
mysql -u USER -p DBNAME < dump.sql
Subscribe to comments
You need to login to post a comment.
I think that's the import. To dump, you have to do something like this: mysqldump --user=username --password=password dbname > MyDatabaseBackup.sql