Load a mysql database dump via command line

//

//

Run this command on the command line to load a mysql database dump file

mysql -u yourusername -p -h localhost databasename < data.sql