Importing SQL file from the command line
For importing large sql dump files with the command line.
$ cd
$ mysql --username=INSERT --password=INSERT DATABASENAME < sqlfile.sql
For importing large sql dump files with the command line.
$ cd
$ mysql --username=INSERT --password=INSERT DATABASENAME < sqlfile.sql