mysql> select * from information_schema.processlist as p where p.command = ‘Binlog Dump‘;
或
mysql> show slave hosts;(此方法需要在从服务启动时指定--report-host=HOSTNAME选项,此处HOSTNAME为任意名称。)
本文出自 “LinuxTips” 博客,请务必保留此出处http://linuxtips.blog.51cto.com/11213600/1773936
原文地址:http://linuxtips.blog.51cto.com/11213600/1773936