我是靠谱客的博主 忧伤信封,最近开发中收集的这篇文章主要介绍mysql集群重启offline_Mysql InnoDB Cluster集群 日常维护命令,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

很重要:请保证集群中的数据库表都存在主键,不然集群会挂掉;

一.检查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集群 日常维护命令所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(41)

评论列表共有 0 条评论

立即
投稿
返回
顶部