これを試すことができます:
- スレーブ:
stop slave;
- マスター:
flush logs
-
マスター:
show master status; — take note of the master log file and master log position
-
スレーブ:
CHANGE MASTER TO MASTER_LOG_FILE='log-bin.00000X', MASTER_LOG_POS=106;
- スレーブ:
start slave
;
これを試すことができます:
stop slave;
flush logs
マスター:show master status; — take note of the master log file and master log position
スレーブ:CHANGE MASTER TO MASTER_LOG_FILE='log-bin.00000X', MASTER_LOG_POS=106;
start slave
;