/ Published in: MySQL
Expand |
Embed | Plain Text
mysql -p -h DBSERVER dbname < dbname.sql #get to the mysql shell and then type "source file.sql", #where file.sql is your dump file
You need to login to post a comment.
danshields on 09/15/09
1 person have marked this snippet as a favorite
mysql -p -h DBSERVER dbname < dbname.sql #get to the mysql shell and then type "source file.sql", #where file.sql is your dump file
You need to login to post a comment.