1)Using the terminal, log into MySQL server & key in:

> mysql -h <hostname> -u <username> -p

- Place the sql file into \bin\mysql.exe folder

> source data.sql; //To create table
