What Is "mysqldump"

Q

What Is "mysqldump"? - MySQL FAQs - Administrator Tools for Managing MySQL Server

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

2007-05-11, 4989👍, 0💬