mysql -u (username) -p -e "create database bbdatabank "
-- the above query will create new db on your mysql server, then execute the
-- following query to run script from a file.
mysql -u (username) -p bbdatabank <
No one has followed this question yet.