/ Published in: MySQL
Expand |
Embed | Plain Text
mysql -u USERNAME -p DBNAME < FILE.sql
You need to login to post a comment.
electblake on 06/29/10
1 person have marked this snippet as a favorite
mysql -u USERNAME -p DBNAME < FILE.sql
You need to login to post a comment.