문제

I have 2 MySql nodes with Master-Master Replication set-up. MySql1 has read and write access and is in current state. MySql2 has only read access and stopped working due to space issue. How can I fix this issue and resync it.

도움이 되었습니까?

해결책

Given the 'Could not find first log file name' error means Mysql1 has rotated away its binary logs.

You will need to reinitialize Mysql2 as if it where a new replica.

RESET SLAVE ALL on Mysql1 to ensure it forgets about its MySQL2 before beginning.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 dba.stackexchange
scroll top