Можете да опитате това:
- Подчинен:
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; - Slave:
start slave;