MySQL 8.0 Database Administrator — Question 100

Which two MySQL Shell commands are excluded from the InnoDB Cluster creation procedure? (Choose two.)

Answer options

Correct answer: B, D

Explanation

The correct answers, B and D, are not included in the InnoDB Cluster creation process. 'cluster.setPrimaryInstance()' is used after the cluster is created to set the primary instance, and 'cluster.forceQuorumUsingPartitionOf()' is used for quorum management, not for initial creation. The other options are all essential commands used during the cluster setup.