Monitored-HackTheBox
信息搜集
nmap扫描一下端口
nmap -sV -sC -v --min-rate 1000 10.10.11.248扫描结果如下
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 8.4p1 Debian 5+deb11u3 (protocol 2.0)
80/tcp open http Apache httpd …
个人感觉,主要还是为 Group Replication 服务。在 Group Replication 中,如果要添加一个新的节点,这个节点差异数据的补齐是通过分布式恢复( Distributed Recovery )来实现的。
在 MySQL 8.0.17 之前,只支…