Return to Snippet

Revision: 17852
at September 15, 2009 12:08 by danshields


Updated Code
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

Revision: 17851
at September 15, 2009 12:08 by danshields


Initial Code
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

Initial URL


Initial Description


Initial Title
Import MySQL dumpfile into database

Initial Tags
mysql, database

Initial Language
MySQL