What Is "mysqldump" Command in MySQL

Q

What Is "mysqldump" in MySQL?

✍: FYIcenter.com

A

"mysqldump" - A command-line interface for 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.

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

 

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

List Table Names with "mysqlshow" Command in MySQL

Administrator Tools for Managing MySQL Server

⇑⇑ MySQL Database Tutorials

2018-05-19, 1477🔥, 0💬