Page 1 of 1
disable mysql
Posted: 04 Oct 2009, 01:34
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
Re: disable mysql
Posted: 08 Oct 2009, 08:29
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
Re: disable mysql
Posted: 09 Oct 2009, 23:24
by aardric
Tor,
Your suggestion was exactly what I needed. Thank You.
Rick