I have MySQL on my computer for development purposes, but most of the time I don't use it.
How can I configure my Debian so it won't start MySQL at boot, but only when I tell it to ( using service mysql start
).
I did the same thing to apache2 using,
update-rc.d -f apache2 remove
But I couldn't find a way to do this with MySQL.