I have a database called nitm. I haven\'t created any tables there. But I have a SQL file which contains all the necessary data for the database. The file is
nitm
You are almost there use
mysql> \. c:/nitm.sql;
You may also access help by
mysql> \?