Run this command on the command line to load a mysql database dump file
mysql -u yourusername -p -h localhost databasename < data.sql
Where I go for Geek
Run this command on the command line to load a mysql database dump file
mysql -u yourusername -p -h localhost databasename < data.sql