View Single Post
  #2  
Old 11-26-2008, 02:38 PM
JLB2414
Fire Beetle
 
Join Date: Jul 2007
Posts: 16
Default Found the answer

Found the answer to my own question:

mysql -h localhost -u [MySQL user, e.g. root] -p[database password] [name of the database] < [name of your sql dump, e.g. sqldump.sql]

worked like a charm, just in case anyone else ever wonders .

Now I can get to work!
Reply With Quote