mysql> select * from information_schema.processlist as p where p.command = 'Binlog Dump'; 或 mysql> show slave hosts;(此方法需要在从服务启动时指定--report-host=HOSTNAME选项,此处HOSTNAME为任意名称.) 这个红色的黄海没有测试到,可能不好使,也可能是我们的配置不对. MariaDB [(none)]> select * from informat
17.1 Replication Configuration 复制: 17.1.1 How to Set Up Replication 17.1.2 Replication Formats 17.1.3 Replication with Global Transaction Identifiers 17.1.4 Replication and Binary Logging Options and Variables 17.1.5 Common Replication Administration