Vous pouvez essayer ceci :
- Esclave :
stop slave;
- Maître :
flush logs
-
Maître :
show master status; — take note of the master log file and master log position
-
Esclave :
CHANGE MASTER TO MASTER_LOG_FILE='log-bin.00000X', MASTER_LOG_POS=106;
- Esclave :
start slave
;