/ Published in: SQL
Expand |
Embed | Plain Text
mysql -h localhost -u username -p password -D database_name < c:\path\TO\backup_file.sql
You need to login to post a comment.
Mithun on 10/30/09
mysql database windows importing
1 person have marked this snippet as a favorite
mysql -h localhost -u username -p password -D database_name < c:\path\TO\backup_file.sql
You need to login to post a comment.