Re: how to get host/port info from server_uuid?
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.
Subject
Written By
Posted
November 16, 2021 06:18PM
November 16, 2021 10:37PM
November 17, 2021 09:45AM
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.