Oracle
1Z0-908 · Question #51
Examine this command, which executes successfully: $ mysqlrouter --bootstrap user@hostname:port --directory=directory_path Which activity is performed?
The correct answer is B. MySQL Router configures itself based on the information retrieved from the InnoDB cluster. https://dev.mysql.com/doc/mysql-router/8.0/en/mysqlrouter.html
High Availability and Scalability
Question
Examine this command, which executes successfully:
$ mysqlrouter --bootstrap user@hostname:port --directory=directory_path Which activity is performed?
Options
- AMySQL Router is configured based on the information in files in directory_path.
- BMySQL Router configures itself based on the information retrieved from the InnoDB cluster
- CMySQL Router is restarted.
- DMySQL Router configures all the cluster nodes based on the information retrieved from the
How the community answered
(63 responses)- A2% (1)
- B87% (55)
- C5% (3)
- D6% (4)
Explanation
https://dev.mysql.com/doc/mysql-router/8.0/en/mysqlrouter.html
Topics
#MySQL Router#bootstrap#InnoDB Cluster#router configuration
Community Discussion
No community discussion yet for this question.