How do I import a MySQL dumpfile into my database?

Data can be dumped into the database using the following command. mysql -p -h DBSERVER dbname < dbname.sql

 

Reply

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.

Back to top