New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

disable mysql

Got problems with your B2 or B3? Share and get helped!
Post Reply
aardric
Posts: 10
Joined: 04 Jul 2009, 15:01

disable mysql

Post by aardric »

Hail,
What is the cleanest way of disabling mysql in Bubba|two?
It uses a lot of memory and I am currently not using it.

Rick
tor
Posts: 703
Joined: 06 Dec 2006, 12:24
Contact:

Re: disable mysql

Post by tor »

Hi aardric,

If you really don't use it. Ie has stopped all servers using it and do not use the web-album. You can log in via a shell into bubba. Become root and run:

Code: Select all

/etc/init.d/mysql stop
update-rc.d -f mysql remove
to restore it if you change your mind

Code: Select all

update-rc.d mysql defaults
/etc/init.d/mysql start
/Tor
Co-founder OpenProducts and Ex Excito Developer
aardric
Posts: 10
Joined: 04 Jul 2009, 15:01

Re: disable mysql

Post by aardric »

Tor,
Your suggestion was exactly what I needed. Thank You.

Rick
Post Reply