From a06a0cf22d45749bd406921836e668a01bb62940 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Sun, 26 Mar 2017 18:53:30 +0200 Subject: [PATCH] correction d'un lien --- HowtoMySQL/Replication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoMySQL/Replication.md b/HowtoMySQL/Replication.md index 1b5a6642..37ea55e2 100644 --- a/HowtoMySQL/Replication.md +++ b/HowtoMySQL/Replication.md @@ -307,7 +307,7 @@ If you want to check the master's binary log or slave's relay log, you will be a Souvent un binlog corrompu, voir le *Relay_Master_Log_File* `SHOW SLAVE STATUS`. -**Note**: Jusqu'à MySQL <= 5.1 au moins, changer la position dans un `Relay_log` avec un `CHANGE MASTER TO` ne marche pas. Voir [#ChangementdelapositiondansunRelay_log]. +**Note**: Jusqu'à MySQL <= 5.1 au moins, changer la position dans un `Relay_log` avec un `CHANGE MASTER TO` ne marche pas. Voir [Changement de la position dans un Relay_log](#ChangementdelapositiondansunRelay_log). **Erreur fatale à la lecture du binlog**