how to import sql file in mysql with command line in windows code example
Example 1: how to import database in mysql by cmd
mysql -u username -p database_name < file.sql
Example 2: mysql import command windows
C:\wamp\bin\mysql\mysql5.0.51b\bin>mysql -u root -p YourDatabaseName < YourFileName.sql