Good time of day!
Please specify how I can import the .sql file into the mysql via the command line. BUT , this SQL file only stores the SQL INSERT request.
Approximately this type:
INSERT INTO `table` VALUES (1,2,3,4); INSERT INTO `table` VALUES (2,2,3,4); INSERT INTO `table` VALUES (3,2,3,4);
PS source file.sql, db <file.sql not suitable.