execute mysql file from command line code example
Example 1: running external script mysql command
Copied shell> mysql db_name < text_file
Example 2: running external script mysql command
Copied mysql> source file_name
mysql> \. file_name
Copied shell> mysql db_name < text_file
Copied mysql> source file_name
mysql> \. file_name