Revision: 17852
Updated Code
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
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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