From my last blog , I have explained the details about the configuration of InnoDB Cluster ( Group Replication + MySQL shell ) . You can find the link below .
MySQL InnoDB Cluster Tutorial 1 ( Group Replication + MySQL Shell )
In this blog, I am going to explain How to integrate the MySQL router with the existing cluster setup .
As I explained in Tutorial 1 , I already have configured the cluster setup with MySQL shell and group replication,
MySQL 192.168.33.11:3306 ssl JS > cluster.getName();
first_InnoDB_cluster
MySQL 192.168.33.11:3306 ssl JS > \sql
Switching to SQL mode… Commands end with ;
MySQL 192.168.33.11:3306 ssl SQL > select channel_name,member_host,member_state,member_role,member_version from …
[Read more]