TODO
Bootstrapping is completed automatically.
The "MySQL Router" Windows Service should have been automatically been configured and have a status of "Running".
mysqlrouter --bootstrap icadmin@node1:3306
The bootstrap process is a specific way of running MySQL Router, which does not start the usual routing and instead configures the mysqlrouter.conf file based on the metadata. (2)On Windows, if mysqlrouter is not in your path, the full path will be something like: C:\"Program Files"\MySQL\"MySQL Router 8.0"\bin\mysqlrouterC:\"Program Files"\MySQL\"MySQL Router 8.0"\bin\mysqlrouter --bootstrap icadmin@node1
In the example above we also omit the port. The default is 3306.From a command prompt (run as Adminsitrator)
C:\"Program Files"\MySQL\"MySQL Router 8.0"\bin\mysqlrouter -c C:/"Program Files"/MySQL/"MySQL Router 8.0"/mysqlrouter.conf --install-serviceIf you need to undo this use...
C:\"Program Files"\MySQL\"MySQL Router 8.0"\bin\mysqlrouter -c C:/"Program Files"/MySQL/"MySQL Router 8.0"/mysqlrouter.conf --remove-service