From 3bdd36794fcdfff1f23fab22c685385b26cbd154 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Wed, 2 Nov 2016 14:12:08 +0100 Subject: [PATCH] test d'organisation en dossier --- HowtoMySQL.md | 8 ++++---- MySQL/HowtoOptimize.md | 2 +- MySQL/HowtoReplication.md | 10 +++++----- MySQL/HowtoTroubleshooting.md | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/HowtoMySQL.md b/HowtoMySQL.md index d2c2fbde..4afcbb77 100644 --- a/HowtoMySQL.md +++ b/HowtoMySQL.md @@ -78,7 +78,7 @@ bind-address = 0.0.0.0 Selon les ressources de la machine, il faut optimiser les directives dans `my.cnf` (par défaut, la configuration est adaptée… pour un petit serveur !). Sous Debian, on trouvera quelques exemples dans le répertoire `/usr/share/doc/mysql-server-5.0/examples/` -Pour plus d'information sur l'optimisation, consultez le guide [MySQL/HowtoOptimize](). +Pour plus d'information sur l'optimisation, consultez le guide [/MySQL/HowtoOptimize](). ## Utilisation courante @@ -843,12 +843,12 @@ Pour l'arrêter/redémarrer, même principe (attention, `mysqld_multi` est peu v ## Optimisation -Voir [MySQL/HowtoOptimize](). +Voir [/MySQL/HowtoOptimize](). ## Réplication -Voir [MySQL/HowtoReplication](). +Voir [/MySQL/HowtoReplication](). ## FAQ et erreurs courantes -Voir [MySQL/HowtoTroubleshooting](). +Voir [/MySQL/HowtoTroubleshooting](). diff --git a/MySQL/HowtoOptimize.md b/MySQL/HowtoOptimize.md index 6ffe237a..d55bcd08 100644 --- a/MySQL/HowtoOptimize.md +++ b/MySQL/HowtoOptimize.md @@ -2,7 +2,7 @@ title: Howto MySQL : optimisation et configuration avancée. ... -Pour le guide d'installation et d'usage courant, consultez [HowtoMySQL](). +Pour le guide d'installation et d'usage courant, consultez [/HowtoMySQL](). ## Configuration diff --git a/MySQL/HowtoReplication.md b/MySQL/HowtoReplication.md index 8808c9ac..b2395290 100644 --- a/MySQL/HowtoReplication.md +++ b/MySQL/HowtoReplication.md @@ -2,7 +2,7 @@ title: Howto MySQL : réplication. ... -Pour le guide d'installation et d'usage courant, consultez [HowtoMySQL](). +Pour le guide d'installation et d'usage courant, consultez [/HowtoMySQL](). ## Préparation @@ -18,10 +18,10 @@ Dans le cas où le futur master est en production et ne peut être arrété : Il faut également : -* autoriser les connections MySQL distantes -* activer les logs binaires sur chaque serveur : `log_bin mixed` -* positionner un `server-id` différent sur chaque serveur (a priori, ne pas utiliser 0…) -* créer un utilisateur dédié pour la réplication sur chaque serveur avec le droit `REPLICATION SLAVE` : `grant replication slave on *.* to repl@'%' identified by 'XXX';` +* autoriser les connections MySQL distantes ; +* activer les logs binaires sur chaque serveur : `log_bin mixed` ; +* positionner un `server-id` différent sur chaque serveur (a priori, ne pas utiliser 0…) ; +* créer un utilisateur dédié pour la réplication sur chaque serveur avec le droit `REPLICATION SLAVE` : `grant replication slave on *.* to repl@'%' identified by 'XXX';`. ## Activation diff --git a/MySQL/HowtoTroubleshooting.md b/MySQL/HowtoTroubleshooting.md index a0a29cbe..7d8aa74c 100644 --- a/MySQL/HowtoTroubleshooting.md +++ b/MySQL/HowtoTroubleshooting.md @@ -2,7 +2,7 @@ title: Howto MySQL : questions fréquentes et erreurs courantes. ... -Pour le guide d'installation et d'usage courant, consultez [HowtoMySQL](). +Pour le guide d'installation et d'usage courant, consultez [/HowtoMySQL](). ## Problème de charset