Should the answer be B?
mysqlpump does not dump the performance_schema, ndbinfo, or sys schema by default. To dump any of these, name them explicitly on the command line. You can also name them with the --databases or --include-databases option.
https://dev.mysql.com/doc/refman/8.0/en/mysqlpump.html#mysqlpump-restrictions
The correct answer is B. mysqlpump will allow you to backup the databases parallelly .
https://dev.mysql.com/doc/refman/8.0/en/mysqlpump.html
By default --all-databases won't backup ndbinfo schema this can be done via --include-database=%
https://dev.mysql.com/doc/refman/8.0/en/mysqlpump.html#mysqlpump-restrictions
upvoted 4 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
marklv
5 months agomarklv
5 months agomarklv
5 months agoHSong
6 months, 2 weeks agodevml
11 months, 2 weeks ago