概述
很重要:请保证集群中的数据库表都存在主键,不然集群会挂掉;
一.检查cluster各个节点是否可用
[cluster@node-1 ~]$ mysqlsh
mysql-js> dba.checkInstanceConfiguration("root@node-1:3305");
#在各节点配置之后, 创建cluster集群之前,会显示如下内容:
Please provide the password for "root@node-1:3305":
Validating instance...
The instance 'node-1:3305' is valid for Cluster usage
{
"status": "ok"
}
# 如果集群已经创建,会返回
Dba.checkInstanceConfiguration: The instance 'root@node-1:3305' is already part of an InnoDB Cluster (RuntimeError)
二.查看集群状态(主节点才能查看)
1.连接集群主节点
# mysqlsh
mysql-js> shell.connect("root@node-1:3305");
Please provide the password for 'root@node-1:3305':
Creating a Session to 'root@node-1:3305'
Your MySQL connection i
最后
以上就是忧伤信封为你收集整理的mysql集群重启offline_Mysql InnoDB Cluster集群 日常维护命令的全部内容,希望文章能够帮你解决mysql集群重启offline_Mysql InnoDB Cluster集群 日常维护命令所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复