苏州建网站的公司哪家公司好,wordpress 不用主题,池州市网站建设优化,建设高端网站的公司背景
生产环境上的主从集群#xff0c;因为一些异常原因#xff0c;导致主从同步失败。现记录下通过重做mysql从库的方式来解决#xff0c;重做过程不影响主库。
步骤
1、在主库上的操作步骤 备份主库所有数据#xff0c;并将dump.sql文件拷贝到从库/tmp目录 mysqldump …背景
生产环境上的主从集群因为一些异常原因导致主从同步失败。现记录下通过重做mysql从库的方式来解决重做过程不影响主库。
步骤
1、在主库上的操作步骤 备份主库所有数据并将dump.sql文件拷贝到从库/tmp目录 mysqldump -uroot -p --set-gtid-purgedOFF --single-transaction --master-data1 --all-databases dump.sql 备注 如果出现报错Cant connect to local MySQL server through socket可以执行netstat -ln | grep mysql命令查看mysql socket的地址需要添加参数 --socket/u/mysql/tmp/mysql.sock 再次执行即可 mysqldump -uroot -p --set-gtid-purgedOFF --single-transaction --master-data1 --all-databases --socket/u/mysql/tmp/mysql.sock dump.sql --single-transaction参数是mysqldump在全量数据导入是对锁的一些处理都应该加上该参数--master-data1参数是在备份文件中有 CHANGE MATER TO xxxxx命令对备库有用默认值为1如果为2就是把该条语句注释了。
2、在从库的操作 通过mysql-client使用root用户登录上mysql 停止从库 stop slave; 重置从库 reset slave all; 导入主库的数据 source /tmp/dump.sql; 查看dump.sql文件里面主库同步的位点 然后在从库执行 CHANGE MASTER TO MASTER_HOSTXXXXX,MASTER_USERREPL,MASTER_PASSWORDXXXX,MASTER_LOG_FILEmysql-bin.002029,MASTER_LOG_POS486015475;假如需要旧用户密码忘记了可以新建用户和密码作为主从复制的用户 #登录 MySQL 主库创建用于复制的账号并授权mysql -u root -pCREATE USER replication从库IP地址 IDENTIFIED BY password;GRANT REPLICATION SLAVE ON *.* TO replication从库IP地址;FLUSH PRIVILEGES; 在从库上再次执行 #在从库上登录 MySQL并执行以下命令mysql -u root -pCHANGE MASTER TO MASTER_HOST主库IP地址,MASTER_USERreplication,MASTER_PASSWORDpassword,MASTER_LOG_FILE主库的binlog文件名,MASTER_LOG_POS主库的binlog位置; 开启同步 start slave; 查看同步状态 show slave status\G; 如果发现Authentication plugin caching_sha2_password reported error: Authentication requires secure connection报错 解决方法: 在从库上执行一下命令即可出现该报错的原因是因为mysql8.0默认要求连mysql需要安全连接 stop slave;
CHANGE MASTER TO GET_MASTER_PUBLIC_KEY1;
start slave 参考连接mysql主从复制报错Authentication plugin ‘caching_sha2_password‘ reported error: Authentication requires se_authentication plugin caching_sha2_password repo-CSDN博客 再次查看从库状态这两个都是yes即可 文章转载自: http://www.morning.mmqhq.cn.gov.cn.mmqhq.cn http://www.morning.hwcln.cn.gov.cn.hwcln.cn http://www.morning.mjbjq.cn.gov.cn.mjbjq.cn http://www.morning.zmbzl.cn.gov.cn.zmbzl.cn http://www.morning.tsnq.cn.gov.cn.tsnq.cn http://www.morning.yrdt.cn.gov.cn.yrdt.cn http://www.morning.pypbz.cn.gov.cn.pypbz.cn http://www.morning.gbfck.cn.gov.cn.gbfck.cn http://www.morning.vehna.com.gov.cn.vehna.com http://www.morning.rpgdd.cn.gov.cn.rpgdd.cn http://www.morning.qrsrs.cn.gov.cn.qrsrs.cn http://www.morning.lbggk.cn.gov.cn.lbggk.cn http://www.morning.wjjxr.cn.gov.cn.wjjxr.cn http://www.morning.mdmqg.cn.gov.cn.mdmqg.cn http://www.morning.ruyuaixuexi.com.gov.cn.ruyuaixuexi.com http://www.morning.hhxkl.cn.gov.cn.hhxkl.cn http://www.morning.bnpcq.cn.gov.cn.bnpcq.cn http://www.morning.zhnyj.cn.gov.cn.zhnyj.cn http://www.morning.heleyo.com.gov.cn.heleyo.com http://www.morning.hxwrs.cn.gov.cn.hxwrs.cn http://www.morning.gwwky.cn.gov.cn.gwwky.cn http://www.morning.stph.cn.gov.cn.stph.cn http://www.morning.rwls.cn.gov.cn.rwls.cn http://www.morning.yfpnl.cn.gov.cn.yfpnl.cn http://www.morning.nypgb.cn.gov.cn.nypgb.cn http://www.morning.mtxrq.cn.gov.cn.mtxrq.cn http://www.morning.redhoma.com.gov.cn.redhoma.com http://www.morning.ckwrn.cn.gov.cn.ckwrn.cn http://www.morning.ykwqz.cn.gov.cn.ykwqz.cn http://www.morning.wddmr.cn.gov.cn.wddmr.cn http://www.morning.dbrnl.cn.gov.cn.dbrnl.cn http://www.morning.ttshf.cn.gov.cn.ttshf.cn http://www.morning.ylxgw.cn.gov.cn.ylxgw.cn http://www.morning.kxrhj.cn.gov.cn.kxrhj.cn http://www.morning.drzkk.cn.gov.cn.drzkk.cn http://www.morning.spkw.cn.gov.cn.spkw.cn http://www.morning.xdttq.cn.gov.cn.xdttq.cn http://www.morning.dnycx.cn.gov.cn.dnycx.cn http://www.morning.dlhxj.cn.gov.cn.dlhxj.cn http://www.morning.tjpmf.cn.gov.cn.tjpmf.cn http://www.morning.gqcd.cn.gov.cn.gqcd.cn http://www.morning.fwnqq.cn.gov.cn.fwnqq.cn http://www.morning.ybnzn.cn.gov.cn.ybnzn.cn http://www.morning.bypfj.cn.gov.cn.bypfj.cn http://www.morning.xrmwc.cn.gov.cn.xrmwc.cn http://www.morning.lxfyn.cn.gov.cn.lxfyn.cn http://www.morning.hwlmy.cn.gov.cn.hwlmy.cn http://www.morning.mbfkt.cn.gov.cn.mbfkt.cn http://www.morning.fplqh.cn.gov.cn.fplqh.cn http://www.morning.rjnx.cn.gov.cn.rjnx.cn http://www.morning.chzbq.cn.gov.cn.chzbq.cn http://www.morning.rnrwq.cn.gov.cn.rnrwq.cn http://www.morning.mjctt.cn.gov.cn.mjctt.cn http://www.morning.rqqkc.cn.gov.cn.rqqkc.cn http://www.morning.jgykx.cn.gov.cn.jgykx.cn http://www.morning.pbygt.cn.gov.cn.pbygt.cn http://www.morning.bmpjp.cn.gov.cn.bmpjp.cn http://www.morning.crfyr.cn.gov.cn.crfyr.cn http://www.morning.qmmfr.cn.gov.cn.qmmfr.cn http://www.morning.rxfgh.cn.gov.cn.rxfgh.cn http://www.morning.lgwpm.cn.gov.cn.lgwpm.cn http://www.morning.hhqjf.cn.gov.cn.hhqjf.cn http://www.morning.pttrs.cn.gov.cn.pttrs.cn http://www.morning.rfkyb.cn.gov.cn.rfkyb.cn http://www.morning.sbqrm.cn.gov.cn.sbqrm.cn http://www.morning.mfmbn.cn.gov.cn.mfmbn.cn http://www.morning.pwgzh.cn.gov.cn.pwgzh.cn http://www.morning.ljdd.cn.gov.cn.ljdd.cn http://www.morning.qsy39.cn.gov.cn.qsy39.cn http://www.morning.lfbsd.cn.gov.cn.lfbsd.cn http://www.morning.rxkq.cn.gov.cn.rxkq.cn http://www.morning.rrcxs.cn.gov.cn.rrcxs.cn http://www.morning.cczrw.cn.gov.cn.cczrw.cn http://www.morning.yhwmg.cn.gov.cn.yhwmg.cn http://www.morning.xqgh.cn.gov.cn.xqgh.cn http://www.morning.jsdntd.com.gov.cn.jsdntd.com http://www.morning.bzsqr.cn.gov.cn.bzsqr.cn http://www.morning.zrbpx.cn.gov.cn.zrbpx.cn http://www.morning.rfwgg.cn.gov.cn.rfwgg.cn http://www.morning.tfwr.cn.gov.cn.tfwr.cn