19
0
Fork 0

Regrouppement des pages MySQL (convention)

This commit is contained in:
Jérémy Lecour 2016-12-29 15:14:33 +01:00 committed by Jérémy Lecour
parent 85e1a3117d
commit 77bcb957ae
4 changed files with 5 additions and 5 deletions

View File

@ -328,7 +328,7 @@ mysql> INSERT INTO mysql.db VALUES ('localhost','foo','jdoe','Y','Y','Y','Y','Y'
mysql> FLUSH PRIVILEGES;
~~~
*Note* :
*Note* :
Pour migrer de Debian 6 à 7 :
- 3 colonnes ont été ajoutées dans `mysql.user` : Create_tablespace_priv, plugin et authentication_string (pour migrer il faut ajouter 'N' en 32ème position + '' et NULL à la fin)
@ -696,7 +696,7 @@ Pour tester le bon fonctionnement des plugins MySQL pour Munin :
# munin-run mysql_bytes
~~~
### log2mail
### log2mail
Afin d'être alerté en cas de souci, il est conseillé d'ajouter la configuration suivante au logiciel `log2mail` :
@ -1002,12 +1002,12 @@ Pour l'arrêter/redémarrer, même principe (attention, `mysqld_multi` est peu v
## Optimisation avancée
Voir [/MySQL/HowtoOptimize]().
Voir [/HowtoMySQL/Optimize]().
## Réplication MySQL
Voir [/MySQL/HowtoReplication]().
Voir [/HowtoMySQL/Replication]().
## FAQ et erreurs courantes
Voir [/MySQL/HowtoTroubleshooting]().
Voir [/HowtoMySQL/Troubleshooting]().