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 stocklist.sql; //To create table
