आप इसे आजमा सकते हैं:
- दास:
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;