MySQL
Baron X
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Attempted to use login credentials, but they were invalid.
问题在使用MySQLTuner 测试MySQL配置信息时,不论密码不管尝试几次,都是提示认证信息无效MySQLTuner-perl-1.7.21>./mysqltuner.pl --socket /tmp/mysql.sock >> MySQLTuner 1.7.21 - Major Hayden <major@mhtx.net> >> Bug reports, feature requests, and downloads at http://mysq原创 2021-09-14 17:02:58 · 614 阅读 · 0 评论 -
MySQL Master command COM_REGISTER_SLAVE failed: Access denied for user
文章目录背景解决方法背景MySQL在从服务器执行start slave命令,启动主从复制功能时报错:2019-10-30T11:36:56.412700+08:00 2 [ERROR] Slave I/O for channel '': Master command COM_REGISTER_SLAVE failed: Access denied for user 'repl'@'%' (u...原创 2019-10-30 16:15:41 · 11333 阅读 · 4 评论 -
MySQL-5.7.25 tar包CentOS7安装
文章目录清除系统自带MySQL创建mysql用户和mysql组下载tar包并解压CentOS环境变量配置修改MySQL启动脚本MySQL所在路径权限配置配置文件初始化MySQL配置系统命令复制启动脚本到资源目录增加mysqld服务控制脚本执行权限将mysqld服务加入到系统服务检查mysqld服务是否已经生效启动MySQL修改root账户密码清除系统自带MySQLroot@test>rp...原创 2019-10-22 17:10:01 · 573 阅读 · 2 评论 -
Error: Could not register this Router instance with the cluster
文章目录问题背景解决方法问题背景MySQL 5.7.24MySQL Shell 8.0.13MySQL Router 8.0.13MySQL InnoDB Cluster(Group Replication)搭建成功。Single Primary模式,具体如下:# 主服务器192.168.233.136:3307# 从服务器192.168.233.136:3307# 从服务...原创 2018-12-04 15:28:46 · 868 阅读 · 0 评论 -
[ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to ip:port
内容问题描述解决方法centos6防火墙常用命名centos7firewalld常用命令问题描述使用MySQL5.7.24 做组复制实验,模式选择主模式,第一台主模式服务器已配置成功,但是在配置第二台服务器加入到配置的组中时报错:2018-11-28T10:31:51.423293+08:00 0 [ERROR] Plugin group_replication reported: '[GC...原创 2018-11-28 13:58:41 · 13220 阅读 · 5 评论 -
Dba.checkInstanceConfiguration: This function is not available through a session to an instance
文章目录问题描述解决方法在配置MySQL InnoDB Cluster时出现报错,版本5.7.24问题描述在MySQL Shell中执行如下命令时,出错MySQL localhost:3307 JS > dba.checkInstanceConfiguration('root@localhost:3307')Dba.checkInstanceConfiguration: Thi...原创 2018-12-03 10:40:44 · 6008 阅读 · 0 评论 -
please use a valid, non-local hostname or IP. localhost can only be used with sandbox MySQL instance
文章目录问题描述解决方法问题描述MySQL InnoDB Cluster配置过程中出错,版本5.7.24 MySQL localhost:3307 JS > var cluster = dba.createCluster('myCluster');A new InnoDB cluster will be created on instance 'root@localhost:33...原创 2018-12-03 11:27:33 · 617 阅读 · 0 评论 -
Cetus:Connection error when read delay from RO backend:
文章目录背景现象解决方法背景MySQL 5.7.24CentOS Linux 3.10.0-693.21.1.el7.x86_64利用网易Cetus开源中间件搭建集群环境,MySQL集群利用Group Replication的Single-Primary Mode,节点角色如下:node1(primary),IP:192.168.233.74node2(Secondary),IP:19...原创 2019-01-17 18:28:51 · 696 阅读 · 0 评论
分享