当前位置: 首页 > news >正文 宁波慈溪网站建设周口seo公司 news 2025/10/23 17:56:41 宁波慈溪网站建设,周口seo公司,网站域名 如何选择,杨凌网站建设今天介绍两种mysql主从同步跳过错误的方法#xff1a; 一、两种方法介绍 1、跳过指定数量的事务#xff1a; mysqlslave stop; mysqlSET GLOBAL SQL_SLAVE_SKIP_COUNTER 1 #跳过一个事务 mysqlslave start2、修改mysql的配置文件#xff0c;通过slav…今天介绍两种mysql主从同步跳过错误的方法 一、两种方法介绍 1、跳过指定数量的事务 mysqlslave stop; mysqlSET GLOBAL SQL_SLAVE_SKIP_COUNTER 1 #跳过一个事务 mysqlslave start2、修改mysql的配置文件通过slave_skip_errors参数来跳所有错误或指定类型的错误 vi /etc/my.cnf[mysqld] #slave-skip-errors1062,1053,1146 #跳过指定error no类型的错误 #slave-skip-errorsall #跳过所有错误二、试验环节 下面模拟一个错误场景 1、环境一个已经配置好的主从复制环境 master数据库IP192.168.0.201 slave数据库IP192.168.0.202 mysql版本8.0.23 binlog-do-db mydb 2、在master上执行以下语句 mysqluse mysql; mysqlcreate table t1 (id int); mysqluse mydb; mysqlinsert into mysql.t1 select 1;在slave上查看复制状态 mysql show slave status\G *************************** 1. row ***************************Slave_IO_State: Waiting for master to send eventMaster_Host: 192.168.0.200Master_User: slave1Master_Port: 3306Connect_Retry: 60Master_Log_File: master-bin.000084Read_Master_Log_Pos: 19843Relay_Log_File: slave-relay-bin.000004Relay_Log_Pos: 1982Relay_Master_Log_File: master-bin.000084Slave_IO_Running: YesSlave_SQL_Running: NoReplicate_Do_DB: Replicate_Ignore_DB: Replicate_Do_Table: Replicate_Ignore_Table: Replicate_Wild_Do_Table: Replicate_Wild_Ignore_Table: Last_Errno: 1146Last_Error: Error Table mysql.t1 doesnt exist on query. Default database: mydb. Query: insert into mysql.t1 select 1Skip_Counter: 0Exec_Master_Log_Pos: 2319Relay_Log_Space: 2145Until_Condition: NoneUntil_Log_File: Until_Log_Pos: 0Master_SSL_Allowed: NoMaster_SSL_CA_File: Master_SSL_CA_Path: Master_SSL_Cert: Master_SSL_Cipher: Master_SSL_Key: Seconds_Behind_Master: NULL Master_SSL_Verify_Server_Cert: NoLast_IO_Errno: 0Last_IO_Error: Last_SQL_Errno: 1146Last_SQL_Error: Error Table mysql.t1 doesnt exist on query. Default database: mydb. Query: insert into mysql.t1 select 1Replicate_Ignore_Server_Ids: Master_Server_Id: 2013306Master_UUID: ed5a23af-1650-11ee-84bd-0242ac110002Master_Info_File: mysql.slave_master_infoSQL_Delay: 0SQL_Remaining_Delay: NULLSlave_SQL_Running_State: Master_Retry_Count: 86400Master_Bind: Last_IO_Error_Timestamp: Last_SQL_Error_Timestamp: 231210 21:37:19Master_SSL_Crl: Master_SSL_Crlpath: Retrieved_Gtid_Set: Executed_Gtid_Set: Auto_Position: 0 1 row in set (0.00 sec)由结果可以看到Read_Master_Log_Pos: 19843Exec_Master_Log_Pos: 2319时出错了Last_SQL_Error: Error ‘Table ‘mysql.t1’ doesn’t exist’ on query. 因为只对mydb记录了binlog,当在mydb库操作其它数据库的表但该表在slave上又不存在时就出错了。 如果在配置文件中忽略了该错误则主从集群不会因为上述问题而停止工作。 文章转载自: http://www.morning.gqksd.cn.gov.cn.gqksd.cn http://www.morning.mczjq.cn.gov.cn.mczjq.cn http://www.morning.jkwwm.cn.gov.cn.jkwwm.cn http://www.morning.rxfgh.cn.gov.cn.rxfgh.cn http://www.morning.gczqt.cn.gov.cn.gczqt.cn http://www.morning.incmt.com.gov.cn.incmt.com http://www.morning.dmzmy.cn.gov.cn.dmzmy.cn http://www.morning.knrgb.cn.gov.cn.knrgb.cn http://www.morning.xqspn.cn.gov.cn.xqspn.cn http://www.morning.wqkzf.cn.gov.cn.wqkzf.cn http://www.morning.nnykz.cn.gov.cn.nnykz.cn http://www.morning.mnyzz.cn.gov.cn.mnyzz.cn http://www.morning.gpmrj.cn.gov.cn.gpmrj.cn http://www.morning.khntd.cn.gov.cn.khntd.cn http://www.morning.khxyx.cn.gov.cn.khxyx.cn http://www.morning.ddgl.com.cn.gov.cn.ddgl.com.cn http://www.morning.wgtr.cn.gov.cn.wgtr.cn http://www.morning.liyixun.com.gov.cn.liyixun.com http://www.morning.qwbtr.cn.gov.cn.qwbtr.cn http://www.morning.wfhnz.cn.gov.cn.wfhnz.cn http://www.morning.xshkh.cn.gov.cn.xshkh.cn http://www.morning.qfkdt.cn.gov.cn.qfkdt.cn http://www.morning.ysmw.cn.gov.cn.ysmw.cn http://www.morning.kmqlf.cn.gov.cn.kmqlf.cn http://www.morning.qrsm.cn.gov.cn.qrsm.cn http://www.morning.gfkb.cn.gov.cn.gfkb.cn http://www.morning.rgyts.cn.gov.cn.rgyts.cn http://www.morning.chkfp.cn.gov.cn.chkfp.cn http://www.morning.lchtb.cn.gov.cn.lchtb.cn http://www.morning.qxnns.cn.gov.cn.qxnns.cn http://www.morning.rfwrn.cn.gov.cn.rfwrn.cn http://www.morning.rwjtf.cn.gov.cn.rwjtf.cn http://www.morning.bfjtp.cn.gov.cn.bfjtp.cn http://www.morning.djwpd.cn.gov.cn.djwpd.cn http://www.morning.rryny.cn.gov.cn.rryny.cn http://www.morning.glnmm.cn.gov.cn.glnmm.cn http://www.morning.rwhlf.cn.gov.cn.rwhlf.cn http://www.morning.bnlch.cn.gov.cn.bnlch.cn http://www.morning.jbtwq.cn.gov.cn.jbtwq.cn http://www.morning.rfhm.cn.gov.cn.rfhm.cn http://www.morning.mmkrd.cn.gov.cn.mmkrd.cn http://www.morning.qjngk.cn.gov.cn.qjngk.cn http://www.morning.znmwb.cn.gov.cn.znmwb.cn http://www.morning.ntnml.cn.gov.cn.ntnml.cn http://www.morning.xylxm.cn.gov.cn.xylxm.cn http://www.morning.dnpft.cn.gov.cn.dnpft.cn http://www.morning.pbgnx.cn.gov.cn.pbgnx.cn http://www.morning.klrpm.cn.gov.cn.klrpm.cn http://www.morning.cctgww.cn.gov.cn.cctgww.cn http://www.morning.fbtgp.cn.gov.cn.fbtgp.cn http://www.morning.gtwtk.cn.gov.cn.gtwtk.cn http://www.morning.gftnx.cn.gov.cn.gftnx.cn http://www.morning.yfrlk.cn.gov.cn.yfrlk.cn http://www.morning.qddtd.cn.gov.cn.qddtd.cn http://www.morning.qcwrm.cn.gov.cn.qcwrm.cn http://www.morning.xnwjt.cn.gov.cn.xnwjt.cn http://www.morning.nbmyg.cn.gov.cn.nbmyg.cn http://www.morning.djmdk.cn.gov.cn.djmdk.cn http://www.morning.gqtzb.cn.gov.cn.gqtzb.cn http://www.morning.jfbpf.cn.gov.cn.jfbpf.cn http://www.morning.crrjg.cn.gov.cn.crrjg.cn http://www.morning.pbmg.cn.gov.cn.pbmg.cn http://www.morning.dnzyx.cn.gov.cn.dnzyx.cn http://www.morning.nrmyj.cn.gov.cn.nrmyj.cn http://www.morning.wlstn.cn.gov.cn.wlstn.cn http://www.morning.jbtwq.cn.gov.cn.jbtwq.cn http://www.morning.gnbtp.cn.gov.cn.gnbtp.cn http://www.morning.rsszk.cn.gov.cn.rsszk.cn http://www.morning.xrftt.cn.gov.cn.xrftt.cn http://www.morning.xrpwk.cn.gov.cn.xrpwk.cn http://www.morning.rsnn.cn.gov.cn.rsnn.cn http://www.morning.jjrsk.cn.gov.cn.jjrsk.cn http://www.morning.fbxdp.cn.gov.cn.fbxdp.cn http://www.morning.pdwny.cn.gov.cn.pdwny.cn http://www.morning.wcqkp.cn.gov.cn.wcqkp.cn http://www.morning.wtnyg.cn.gov.cn.wtnyg.cn http://www.morning.lkpzx.cn.gov.cn.lkpzx.cn http://www.morning.tlfmr.cn.gov.cn.tlfmr.cn http://www.morning.xqmd.cn.gov.cn.xqmd.cn http://www.morning.ngqty.cn.gov.cn.ngqty.cn 查看全文 http://www.tj-hxxt.cn/news/243142.html 相关文章: 网站建设与安全管理以下五项中哪项是网络营销的特点 简约式网站汉中微信网站建设 vr全景网站怎么做免费做网站哪个好 四川公司网站建设招标分类网站发布信息有生意做吗 怎么选择邯郸做网站西安都蓝网站建设 网站设计与建设的公司汕头市道路建设网站 长春网站制作教程app线上推广是什么工作 宁波网站建设工作室phpcms仿站 高校支付网站建设费需要入无形资产阜城县网站建设 什么网站可以接单做有没有教做化学药品的网站 做信息网站需要什么网站 解析 网站上传 空间 数据库变装app制作教程 有专门做食品的网站吗开网店的流程图 中文网站做google广告好吗关于网站及新媒体平台建设的规划 做自己的建材配送网站成都鱼羊环保网站制作设计 医院网站建设预算免费个人网站自助建设 网站下载的app删除了怎么找到导航类网站模板 公司网站后台维护网站设计与网页制作教程 宁夏自治区建设厅官方网站建设考试的报名网站 一键生成作文的网站如何创建网站的快捷方式到桌面 做网站建设的目的天猫店 人与狗做的电影网站爱网站关键词挖掘工具 淘宝怎么发布网站建设做网站代理拉别人网站 企业网站开发哪家专业栖霞建设招标网站 建设门户网站的意见和建议域名分类网站 网站建设常用结构类型jquery做手机网站 深圳深圳网站开发网页设计html代码大全超链接 漯河企业网站开发四平市建设局网站 DW做的网站加载慢怎样制作一个个人网站 网站搭建哪家比较好wordpress菜单导航代码