import mysql dump from terminal code example
Example 1: import mysql dump command line windows
mysql -u username -p database_name < file.sql
Example 2: import mysql dump database command line linux
mysql -u<user_name> -puser_password> <database_name>
source /path/db.sql