Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
informatique:linux:update-rc.d [2013/03/08 07:19] benoit créée |
informatique:linux:update-rc.d [2018/09/06 19:10] (Version actuelle) |
||
---|---|---|---|
Ligne 13: | Ligne 13: | ||
lrwxrwxrwx 1 root root 15 7 mars 17:46 /etc/rc5.d/S18mysql -> ../init.d/mysql | lrwxrwxrwx 1 root root 15 7 mars 17:46 /etc/rc5.d/S18mysql -> ../init.d/mysql | ||
lrwxrwxrwx 1 root root 15 7 mars 17:46 /etc/rc6.d/K02mysql -> ../init.d/mysql | lrwxrwxrwx 1 root root 15 7 mars 17:46 /etc/rc6.d/K02mysql -> ../init.d/mysql | ||
+ | |||
+ | |||
+ | Désactiver mysql au démarrage : | ||
+ | update-rc.d mysql remove | ||
+ | |||
+ | Pour réactiver mysql au démarrage : | ||
+ | update-rc.d mysql defaults | ||
+ | |||
+ | |||