mysql在线复制_MySQL 5.7 GTID复制到传统复制在线切换

本文介绍了如何在线将MySQL 5.7的GTID复制切换到传统基于binlog和position的复制。详细步骤包括停用GTID复制通道,记录master信息,使用change master命令切换,并验证切换成功。最后提醒更新配置文件以保持新的复制模式。
摘要由CSDN通过智能技术生成

一.基本环境主库1: 10.24.65.30  3306 MySQL 5.7.14

主库2: 10.24.65.30  3307 mysql 5.7.14

从库:10.24.65.33  3306 mysql 5.7.14

基于gtid的多源复制。

二.gtid-mode的几种状态说明:off :不产生gtid,基于binlog+position,slave也不能接受gtid的日志;

off_permissive:不产生gtid,但做为slave可以识别gtid事务也可以识别非gtid事务;

on_permissive:产生gtid事务,slave可以处理gtid事务和非gtid事务;

on:产生gtid事务,slave只接受gtid事务。

三.在线切换1.停掉channel 'master-65303306'的复制,禁止:master_auto_position先停掉master-65303306的slave,并记录下master_log_file和position信息。

stop slave for channel 'master-65303306';

(product)root@localhost [test]> show slave status for channel 'master-65303306'\G

*************************** 1. row ***************************

Slave_IO_State:

Master_Host: 10.24.65.30

Master_User: repl

Master_Port: 3306

Connect_Retry: 60

Master_Log_File: mysql-bin.000435

Read_Master_Log_Pos: 234

Relay_Log_File: relay-bin-master@002d65303306.000507

Relay_Log_Pos: 447

Relay_Master_Log_File: mysql-bin.000435

Slave_IO_Running: No

Slave_SQL_Running: No

Replicate_Do_DB:

Replicate_Ignore_DB:

Replicate_Do_Table:

Replicate_Ignore_Table:

Replicate_Wild_Do_Table:

Replicate_Wild_Ignore_Table:

Last_Errno: 0

Last_Error:

Skip_Counter: 0

Exec_Master_Log_Pos: 234

Relay_Log_Space: 1835

Until_Condition: None

Until_Log_File:

Until_Log_Pos: 0

Master_SSL_Allowed: No

Master_SSL_CA_File:

Master_SSL_CA_Path:

Master_SSL_Cert:

Master_SSL_Cipher:

Master_SSL_Key:

Seconds_Behind_Ma

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值