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