mysql -h<host name> -u<username> -p<password> <database name> < my-dump.file
How to load up a file into the database, which was created using mysqldump which includes SQL statements
mysql -h<host name> -u<username> -p<password> <database name> < my-dump.file