MySQL Carregar SQL do arquivo

 mysql> use db_name;
 mysql> source file_name.sql;
Friendly Hawk