MySQL Forums
Forum List  »  Replication

Re: mysqld-relay-bin files
Posted by: Alexander Javoronkov
Date: March 10, 2017 08:05AM

Are you sure you don't actually have some replication underneath? Issue the "SHOW SLAVE STATUS" command to make sure, maybe there's some ancient beast (from the previous owners) lurking there.

You can see by the names of the relay files what servers these files belong to: [your-server-name]-relay-bin-[partner-name].000000

If you've really got some replication going on, you can see those partners' hostnames by looking at "Master_Host" of the "SHOW SLAVE STATUS" output (according to partner's name as shown in "Channel_Name").

If you're absolutely sure these channels are not needed, you can remove them by issuing "STOP SLAVE FOR CHANNEL [channel-name]; RESET SLAVE ALL FOR CHANNEL [channel-name];".

Options: ReplyQuote


Subject
Views
Written By
Posted
6539
February 21, 2017 06:53PM
Re: mysqld-relay-bin files
2624
March 10, 2017 08:05AM
2119
March 17, 2017 06:15PM
1515
May 25, 2017 08:05AM


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.