MySQL - Purpose of "mysqldump" command-line interface

Explain the purpose of "mysqldump" command-line interface.

Mysqldump is used by administrators or end users to export data from the server to files. Here are some sample commands supported by
mysqldump":"mysqldump

"databaseName tableName" - Dumps the specified table in the specified database.

"mysqldump databaseName" - Dumps all the tables in the specified database.
MySQL - What is "mysqlshow"?
What is mysqlshow? - Mysqlshow is typically used by end users to see information on tables and columns......
MySQL - 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.
MySQL - Explain the "mysql" command Line options
Explain the mysql command Line options - Following are the most commonly used mysql command line options......
Post your comment