Answers

Question and Answer:

  Home  MySQL Programming

⟩ What Is "mysqldump"?

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

 154 views

More Questions for you: