diff --git a/HowtoMySQL/Replication.md b/HowtoMySQL/Replication.md index b98a4757..20a5b56b 100644 --- a/HowtoMySQL/Replication.md +++ b/HowtoMySQL/Replication.md @@ -591,6 +591,18 @@ Si un `SHOW SLAVE STATUS` ne retourne pas d'erreur mais que la réplication ne s Il se peut que le master se réplique sur 2 slaves ayant un server-id identique ! + +### Erreur de checksum fatale + +Si vous rencontrez une erreur du type : + +``` +Got fatal error 1236 from master when reading data from binary log: 'Slave can not handle replication events with the checksum that master is configured to log; the first event 'mysql-bin.015405' at 4, the last event read from 'mysql-bin.015405' at 4, the last byte read from 'mysql-bin.015405' at 256.' +``` + +Il est possible que l'erreur soit dûe au fait le master et le slave n'ont pas la même version. + + ### ERROR 1201 lors de l'injection du dump Si lors de l'injection du dump sur le slave cette erreur apparaît :