QuestionQ93
Installation and ConfigurationReview this command, which runs successfully:
$ mysqlrouter --bootstrap user@hostname:port --directory=directory_path
Which action is performed?
- A MySQL Router is configured based on the information in files in directory_path.
- B MySQL Router configures itself based on the information retrieved from the InnoDB cluster metadata server.
- C MySQL Router is restarted.
- D MySQL Router configures all the cluster nodes based on the information retrieved from the InnoDB cluster metadata server.
Community Discussion