MySQL 8.0 Database Administrator — Question 120

Examine this MySQL Shell command:
dba.rebootClusterFromCompleteOutage()
Which two statements are true? (Choose two.)

Answer options

Correct answer: B, D

Explanation

The correct answers are B and D. Option B is correct because the command performs a rolling restart of InnoDB Cluster instances, allowing for a smoother recovery. Option D is also true, as the command does not require all instances to be operational and reachable, which is essential for its functionality. The other options either misrepresent the command's capabilities or provide incorrect details about its operation.