Disable mysql startup in Ubuntu 10.04
Posted
by Bryan
on Stack Overflow
See other posts from Stack Overflow
or by Bryan
Published on 2010-05-06T03:31:18Z
Indexed on
2010/05/06
3:38 UTC
Read the original article
Hit count: 581
Hi all,
I want to prevent mysql from starting in ubuntu 10.04
I have used
update-rc.d -f mysql remove
and confirmed that there is no link to the /etc/inid.d/mysql script from any of the rc?.d directories.
I also ran sysv-rc-conf and it shows me that mysql is being called as part of the rc.d scripts.
It is still starting on boot.
How do I disable it?
Regards,
Bryan
© Stack Overflow or respective owner