comando xampp mysql para importar um grande banco de dados

mysql -u root -p db_name < "C:\folder_name\db_name.sql"
Energetic Echidna