MySQL Forums
Forum List  »  General

Re: how to get host/port info from server_uuid?
Posted by: Peter Brawley
Date: November 17, 2021 12:57PM

SELECT *
FROM information_schema.processlist
WHERE command = 'Binlog Dump';

Repeat for each replica-source in the chain.



Edited 1 time(s). Last edit at 11/17/2021 12:59PM by Peter Brawley.

Options: ReplyQuote


Subject
Written By
Posted
Re: how to get host/port info from server_uuid?
November 17, 2021 12:57PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.