Make sure you increase your "max_allowed_packet" variable to a large enough size. This will really help if you have a lot of text data. Using high performance hardware will surely improve the speed of importing data.
mysql --max_allowed_packet=256M -u root -p < "database-file.sql"