Import MySQL dumpfile into database


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. mysql -p -h DBSERVER dbname < dbname.sql
  2.  
  3. #get to the mysql shell and then type "source file.sql",
  4. #where file.sql is your dump file

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.