mysql8 innodb cluster集群管理-查看集群状态

mysql innodb 集群查看集群状态

使用mysqlsh登录
mysqlsh				
shell.connect('root@localhost:3306');				
查看集群状态
var cluster = dba.getCluster();			
#获取集群名字
cluster.status();			
查看状态,可以查看集群各节点状态

posted @ 2022-02-24 13:55  tangshow  阅读(837)  评论(0编辑  收藏  举报