Examine this command, which executes successfully on InnoDB Cluster: dba.dropMetadataSchema()
Which two statements are true? (Choose two.)
Examine this command, which executes successfully on InnoDB Cluster: dba.dropMetadataSchema()
Which two statements are true? (Choose two.)
The command dba.dropMetadataSchema() is used within an InnoDB Cluster to drop the metadata schema associated with the cluster. Specifically, the mysql_innodb_cluster_metadata schema is removed from the instance where the connection is established and from all reachable members of the cluster. This operation does not dissolve the Group Replication or recreate the metadata schema, but it does remove the metadata, effectively requiring the InnoDB Cluster to be reimported if it is to be used again.
A and E, I think, it destroys the cluster