22
0
Fork 0

relecture [3/n]

This commit is contained in:
gcolpart 2016-12-16 01:52:54 +01:00
parent edf818f205
commit 5dd7067a47
1 changed files with 3 additions and 2 deletions

View File

@ -898,6 +898,7 @@ Créer le répertoire qui contiendra le socket et le fichier PID :
~~~
# mkdir /var/run/mysqld-foo
# chown mysql-foo:mysql-foo /var/run/mysqld-foo
~~~
Puis lancer la nouvelle instance :
@ -986,11 +987,11 @@ Pour l'arrêter/redémarrer, même principe (attention, `mysqld_multi` est peu v
# ps auwx | grep 3307
~~~
## Optimisation
## Optimisation avancée
Voir [/MySQL/HowtoOptimize]().
## Réplication
## Réplication MySQL
Voir [/MySQL/HowtoReplication]().