sql >> Base de Datos >  >> RDS >> Mysql

Error de mysql 1236 del maestro al leer datos del registro binario

Puedes probar esto:

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

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

  5. Esclavo:start slave;