Exit 1Z0-908 MySQL 8.0 Database Administrator
Question 5 of 5
0% complete
Q5 Multiple choice

Examine this command, which executes successfully:

cluster.addInstance(`<user>@<host>:<port>', {recoveryMethod: `clone'})

Which three statements are true? (Choose three.)

Select all that apply.

  • A

    The account used to perform this recovery needs the BACKUP_ADMIN privilege.

  • B

    A target instance must exist, then it will be provisioned with data from an instance already in the cluster and joined to the cluster.

  • C

    InnoDB tablespaces outside the datadir are able to be cloned.

  • D

    It is always slower than {recoveryMethod: `incremental'}.

  • E

    A new instance is installed, initialized, and provisioned with data from an instance already in the cluster and joined to the cluster.

  • F

    InnoDB redo logs must not rotate for the duration of the execution; otherwise, the recovery will fail.