MySQL: Load SQL file to MySQL

July 25th, 2009 by jeremychone
mysql -u database_name -p < /path/to/file.sql

Leave a Reply