What Is "mysqlimport" Command in MySQL

Q

What Is "mysqlimport" in MySQL?

✍: FYIcenter.com

A

"mysqlimport" - A command-line interface for administrators or end users to load data files into tables program tool to load data into tables. Here is a sample commands supported by "mysqlimport":

  • "mysqlimport databaseName fileName" - Imports the data from the specified file to the specified database. The data will be loaded into the table who's name matches the specified file name.

To know about "mysqlimport", read other parts of this FAQ collection.

 

Loading Data Files with "mysqlimport" Command in MySQL

Dump a Table to a File with "mysqldump" Command in MySQL

Administrator Tools for Managing MySQL Server

⇑⇑ MySQL Database Tutorials

2018-05-19, 1572🔥, 0💬