In my laptop I have installed a LAMP environment for developing PHP apps. I would like to prevent these services (Apache, Mysql,..) starting on boot.
For apache is pretty simple to avoid it: sudo update-rc.d -f apache2 remove
but for mysqld I couldn't find a way to do the same.
I have googled it for a couple of days trying to get a solution for this but I didn't found it.
Cheers.
