Note to self: Import MySQL dumpfile
Written by Henrik,
Tuesday, 20 January 2009
Last Updated ( Tuesday, 24 February 2009 19:55 )
I wonder how many times I have searched google on how to correctly import a MySQL dumpfile through a command line.
mysql -p -h DBSERVER dbname < dbname.sql
