The mysql command
Open the shell / command line and enter the following command:
mysql -u USERNAME -pPASSWORD --default-character-set=utf8 DATABASE < SQL_FILE
by using the
--default-character-set option
you make sure that the dump is imported correctly.