gpt4 book ai didi

mysql - 当同一台服务器上有 2 个 mysql slave 实例时,如何区分 mysql master binlog dump 线程?

转载 作者:行者123 更新时间:2023-11-30 23:13:16 25 4
gpt4 key购买 nike

一台服务器上设置了2个mysql slave实例,另一台服务器上设置了一个master实例。

当“显示进程列表;”在 master 上,有 2 个不同的 binlog 转储线程。

如何区分一个 binlog 转储线程与另一个线程(哪个从属使用哪个线程)?

谢谢。

最佳答案

我做了 a mysql plugin为了它。

演示:

mysql> select * from information_schema.binlog_dump_list;
+----+----------------+------+------+-----------------------------------------------------------------------+
| ID | HOST | PORT | USER | STATUS |
+----+----------------+------+------+-----------------------------------------------------------------------+
| 2 | 192.168.56.202 | 3306 | repl | Master has sent all binlog to slave; waiting for binlog to be updated |
| 3 | 192.168.56.202 | 3406 | repl | Master has sent all binlog to slave; waiting for binlog to be updated |
+----+----------------+------+------+-----------------------------------------------------------------------+
2 rows in set (0.00 sec)

关于mysql - 当同一台服务器上有 2 个 mysql slave 实例时,如何区分 mysql master binlog dump 线程?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19000200/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com