What is dump in mysql?



What is dump in mysql?..

Answer / Jitender Kumar Yadav

In MySQL, a dump refers to the process of creating a backup or export of one or more databases. The most common tool used for this purpose is mysqldump, which generates a script that can be run on another MySQL server to recreate the original database structure and data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What are the types of queries?

1 Answers  


What does a TIMESTAMP do on UPDATE CURRENT_TIMESTAMP data type?

1 Answers  


How many rows can a mysql table hold?

1 Answers  


How to Join tables on common columns.

1 Answers  


what is the difference between MyIsam and InnoDb engine?

2 Answers  


List some mysql advantages and disadvantages?

1 Answers  


What are the differences between drop a table and truncate a table?

10 Answers  


How to create a test table in your mysql server?

1 Answers  


Explain TIMESTAMP DEFAULT ?2006:09:02 17:38:44′ ON UPDATE CURRENT_TIMESTAMP.

1 Answers  


How to install mysql?

1 Answers  


How to declare variable in mysql trigger?

1 Answers  


What are the differences between mysql vs sql server?

1 Answers  


Categories