mysqlimport (1) Linux Manual Page
NAME mysqlimport – a data import program SYNOPSIS mysqlimport [options] db_nametextfile1 … DESCRIPTION The mysqlimport client provides a command-line interface to the LOAD DATA SQL statement. Most options to mysqlimport correspond directly to clauses of LOAD DATA syntax. See Section 13.2.7, “LOAD DATA Statement”. Invoke mysqlimport like this: shell > mysqlimport[options] db_nametextfile1[textfile2…] For each text…
