mariadb-import
& mysqlimport
This page is part of MariaDB's Documentation.
The parent of this page is: Command-Line Interfaces for MariaDB Enterprise Server
Topics on this page:
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
.