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!