How do I import a MySQL dumpfile into my database?
Posted January 1st, 2008 by administrator
Data can be dumped into the database using the following command. mysql -p -h DBSERVER dbname < dbname.sql
Data can be dumped into the database using the following command. mysql -p -h DBSERVER dbname < dbname.sql
|