VK's Tech Notes
/home
/notes
/tags
fix mysql relay log
February 2, 2009
SHOW SLAVE STATUS //note relay_master_log_pos and exec_master_log_pos
SLAVE STOP
CHANGE MASTER TO MASTER_LOG_FILE=[relay_master_log_pos value], MASTER_LOG_POS=[exec_master_log_pos]
SLAVE START
←
sync date time with ntp client
find multiple files
→
back to top