MySQL - Concept of "mysqlimport" command-line interface

Explain the concept of "mysqlimport" command-line interface.

"mysqlimport" – It is used by 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 whose name matches the specified file name.
MySQL - Explain the "mysql" command Line options
Explain the mysql command Line options - Following are the most commonly used mysql command line options......
MySQL - Explain few command line arguments in MYSQL
Explain few command line arguments in MYSQL - -D – specifies database to use, -h, --host=name - connects to host......
MySQL - Explain some of the non-standard SQL commands in MySQL
Explain some of the non-standard SQL commands in MySQL - There are many non-standard SQL commands that are supported by mysql. Here is short list of some commonly used commands.......
Post your comment