Docs/数据库/mysql/MHA和MGR.md
2022-10-18 16:59:37 +08:00

9 lines
No EOL
452 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

mha在所有mysql节点上安装mha node还需要安装mha managermha manager定时监控主节点的状态
从宕机崩溃的master保存二进制日志事件binlog events
识别含有最新更新的slave
应用差异的中继日志relay log到其他slave
应用从master保存的二进制日志事件binlog events
提升一个slave为新master
使用其他的slave连接新的master进行复制。