MySQL 8.0 Database Administrator — Question 6

You plan to take daily full backups, which include the ndbinfo and sys (internal) databases.
Which command will back up the databases in parallel?

Answer options

Correct answer: B

Explanation

The correct answer is B because mysqlpump is designed to perform backups in parallel, which is ideal for efficiently backing up multiple databases. Options A and D utilize mysqldump, which does not support parallel processing for backups, while option C does not specify the inclusion of the specific databases mentioned.