D:\> mysql -uroot -ppassword
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 18508
Server version: 5.1.22-rc Source distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> use db
Database changed
mysql> source D:\file.sql
..
..
..
..