MySQL 8.0 Database Administrator — Question 67

Examine this command, which executes successfully:
$ mysqlrouter --bootstrap user@hostname:port --directory=directory_path
Which activity is performed?

Answer options

Correct answer: B

Explanation

The correct answer is B because the --bootstrap option initializes MySQL Router using metadata from the InnoDB cluster, allowing it to configure itself accordingly. Options A and D are incorrect because they incorrectly imply that the configuration is based on local files or only for cluster nodes, while C is wrong as the command does not indicate a restart of MySQL Router.