'''MySQL'''
mysql -u root -h localhost -p < import.sql

Shutdown local: go to mysql bin directory then:

mysqladmin -u root -p shutdown