Hey Guys,
I've been trying this for the last 3 days and I'm going crazy:
I have master replicating to slave1 which is then replicating to the newly built slave2.
Master 1 --> Slave1 --> Slave2
Now I need to move Slave2 to connect and sync with Master1 and not Slave1.
I've tried to figure our mk-slave-move but can't figure our the syntax. I was hoping that I can just mysql> change master to "The new Master" with the bin log and position extracted from mysql> show master;
Any help would be really really appreciated!
Jas
I've been trying this for the last 3 days and I'm going crazy:
I have master replicating to slave1 which is then replicating to the newly built slave2.
Master 1 --> Slave1 --> Slave2
Now I need to move Slave2 to connect and sync with Master1 and not Slave1.
I've tried to figure our mk-slave-move but can't figure our the syntax. I was hoping that I can just mysql> change master to "The new Master" with the bin log and position extracted from mysql> show master;
Any help would be really really appreciated!
Jas