我是靠谱客的博主 阔达蜡烛,最近开发中收集的这篇文章主要介绍mysql心跳相关的参数,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

。心跳信息由master在主机binlog日志文件在设定的间隔时间内没有收到新的事件时发出,以便slave知道master是否正常
slave_net_timeout 是设置在多久没收到数据后认为网络超时,之后 Slave 的 IO 线程会重新连接 Master
Slave_heartbeat_period

Shows the replication heartbeat interval (in seconds) on a replication slave.

Slave_last_heartbeat

Shows when the most recent heartbeat signal was received by a replication slave, as a TIMESTAMP value.

Slave_received_heartbeats

This counter increments with each replication heartbeat received by a replication slave since the last time that the slave was restarted or reset, or a CHANGE MASTER TO statement was issued.
参考:http://blog.csdn.net/u012377333/article/details/43563357

最后

以上就是阔达蜡烛为你收集整理的mysql心跳相关的参数的全部内容,希望文章能够帮你解决mysql心跳相关的参数所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(44)

评论列表共有 0 条评论

立即
投稿
返回
顶部