As soon as I turn on my system and run the command :
service mysql status
It shows that the service has been activated since the PC was turned on, I want it to be off my default and when I want to, I should be able to activate it by :
service mysql start
Is this possible?
systemctl disable mysql
, I did not test your command. Anyway, is true about the difference between running service and disable autostart – Manuel Jordan Nov 03 '19 at 16:29