To disable autostart of MariaDB during system boot / startup do as follows
$ sudo update-rc.d -f mysql disable
and to enable it again do
$ sudo update-rc.d mysql enable
or
$ sudo update-rc.d mysql default
$ sudo update-rc.d -f mysql disable
and to enable it again do
$ sudo update-rc.d mysql enable
or
$ sudo update-rc.d mysql default
No comments:
Post a Comment