Importing SQL file from the command line

Problem Solving 4 May 2011 | 0 Comments

For importing large sql dump files with the command line.

$ cd

$ mysql --username=INSERT --password=INSERT DATABASENAME < sqlfile.sql

Leave a Reply