/ Published in: Bash

Expand |
Embed | Plain Text
mysql -u username -ppassword -h localhost database_name < file.sql
You need to login to post a comment.
titosemi on 10/23/10
1 person have marked this snippet as a favorite
mysql -u username -ppassword -h localhost database_name < file.sql
You need to login to post a comment.