mariadb-import & mysqlimport

Overview

Client used to import data extracted from a set of text files into the given database using the LOAD DATA INFILE statement. The client uses the filename in determining the name of the table in which to import the data.

Note

The mariadb-import command can also be run using the legacy command from 10.3 and 10.2: mysqlimport.