Mysql
 sql >> Database >  >> RDS >> Mysql

Errore MySQL 1236 dal master durante la lettura dei dati dal registro binario

Puoi provare questo:

  1. Slave:stop slave;
  2. Master:flush logs
  3. Master:show master status; — take note of the master log file and master log position

  4. Slave:CHANGE MASTER TO MASTER_LOG_FILE='log-bin.00000X', MASTER_LOG_POS=106;

  5. Slave:start slave;