From 6959e149a93653207b8ddd68bd6b5f8ede9969a2 Mon Sep 17 00:00:00 2001 From: whirigoyen Date: Fri, 15 Oct 2021 11:20:00 +0200 Subject: [PATCH] Ajout section "Erreur de checksum fatale" --- HowtoMySQL/Replication.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 :