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: 539

Filed under:
|
|

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

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: 539

Filed under:
|
|
|

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

Related posts about ubuntu

Related posts about mysql