February 2018
Intermediate to advanced
510 pages
16h 10m
English
This client program provides the CLI interface to LOAD_DATA_INFILE SQL statements. The majority of the options correspond to the clauses of the LOAD_DATA_INFILE syntax.
The execution syntax for mysqlimport is as follows:
shell> mysqlimport [options] db_name textfile1 [textfile2 ...]
Options for the commands can be specified on the CLI or in the [mysqlimport] or [client] group of the options file as per your requirement. It provided options to retrieve and modify import operations for the data, such as using a different delimiter format, debugging, forcing the path of a file, providing default values, ignoring and locking tables, and so on, which can be retrieved by using the mysqlimport --help command. ...
Read now
Unlock full access