diff --git a/HowtoMySQL.md b/HowtoMySQL.md index aae7a252..28cd486b 100644 --- a/HowtoMySQL.md +++ b/HowtoMySQL.md @@ -1,6 +1,6 @@ --- title: Howto MySQL : installation et utilisation courante. ---- +... Documentation officielle : @@ -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/` -Popur plus d'information sur l'optimisation, consultez le guide [HowtoMySQLOptimize]. +Popur plus d'information sur l'optimisation, consultez le guide [HowtoMySQLOptimize](). ## Utilisation courante @@ -843,8 +843,8 @@ Pour l'arrêter/redémarrer, même principe (attention, `mysqld_multi` est peu v ## Réplication -Voir [HowtoMySQLReplication] +Voir [HowtoMySQLReplication]() ## FAQ et erreurs courantes -Voir [HowtoMySQLTroubeshooting] +Voir [HowtoMySQLTroubeshooting]() diff --git a/HowtoMySQLOptimize.md b/HowtoMySQLOptimize.md index f4be6034..6ffe237a 100644 --- a/HowtoMySQLOptimize.md +++ b/HowtoMySQLOptimize.md @@ -1,8 +1,8 @@ --- 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/HowtoMySQLReplication.md b/HowtoMySQLReplication.md index b08054c6..621c8885 100644 --- a/HowtoMySQLReplication.md +++ b/HowtoMySQLReplication.md @@ -1,8 +1,8 @@ --- 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 diff --git a/HowtoMySQLTroubleshooting.md b/HowtoMySQLTroubleshooting.md index 116bf14e..36899a10 100644 --- a/HowtoMySQLTroubleshooting.md +++ b/HowtoMySQLTroubleshooting.md @@ -1,8 +1,8 @@ --- 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èmes d'encodage de caractères (alias "y'a un problème de charset")