I found the SQL loader in Oracle very useful, fast, and efficient. What is the equivalent of MySQL SQL loader?
There is MySQL Front 3.2
MySQL Front 3.2
and
LOAD DATA INFILE
(see documents)
LOAD DATA INFILE ....
It provides the same functions as in your control file, except for byte ranges and filters "WHERE".