Disable MySQL startup in Ubuntu 10.04
Posted
by bryanhogan
on Super User
See other posts from Super User
or by bryanhogan
Published on 2010-05-06T03:38:33Z
Indexed on
2010/05/06
3:48 UTC
Read the original article
Hit count: 572
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
© Super User or respective owner