MySQL Programming Question:

What Is "mysqlimport"?

Tweet Share WhatsApp

Answer:

"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.


Download MySQL Programming PDF Read All 110 MySQL Programming Questions
Previous QuestionNext Question
How To Dump a Table to a File with "mysqldump"?How To Load Data Files into Tables with "mysqlimport"?