一、问题描述Mysql主从复制模式中,slave上报错“relaylogreadfailure”,导致主从同步停止。mysql>showslavestatus\G***************************1.row***************************Slave_IO_State:Master_Host:10.0.0.93Master_User:slaveuserMaster_Port:3306Connect_Retr..
分类:
数据库 时间:
2014-09-15 19:42:59
阅读次数:
269
安装MHA中清理Relaylog报错[root@MHA3~]#/usr/bin/purge_relay_logs--user=root--password=123456-disable_relay_log_purge--port=3306--workdir=/opt/mysql/data/2014-08-2709:19:30:purge_relay_logsscriptstarted.install_driver(mysql)failed:Can‘tlocateDBD/mysql.pmin@IN..
分类:
其他好文 时间:
2014-08-27 11:09:08
阅读次数:
293
在生产环境中,主从复制常常会有复制延迟的现象,主要是master是并发的写,而slave是单线程的应用relay log,所以会出现复制延时,在MySQL 5.6版本中有了基于库的多线程复制。还有MariaDB的并行复制。但是我们使用MySQL 5.5的版本也比较多。如何判断复制是否延时呢?工具现在...
分类:
其他好文 时间:
2014-07-23 12:00:56
阅读次数:
392
Slave crash-safe replication
mysql的slave启动时,error.log中出现Warning警告:
[Warning] Slave SQL: If a crash happensthis configuration does not guarantee that the relay log info will beconsistent, Error_code: 0...
分类:
移动开发 时间:
2014-07-03 18:15:13
阅读次数:
278
--master log 与relay
log的关系-------------------------------2014/06/09Just to clarify, there are three
sets of file/position coordinates in SHOW SLAVE ST...
分类:
其他好文 时间:
2014-06-10 08:31:57
阅读次数:
196
slave的几个类结构: Master_info:用于IO线程的参数,包括连接master实例的信息。
Relay_log_info:用于sql线程,表示relay log相关的信息。
Slave_worker:继承Relay_log_info,包括一个job队列,用于并行的worker线程。...
分类:
数据库 时间:
2014-05-08 19:28:57
阅读次数:
369
root@localhost > show slave
status\G*************************** 1. row ***************************
Slave_IO_State: Waiting for master to...
分类:
其他好文 时间:
2014-05-06 00:14:48
阅读次数:
371