May 182013
How to disable MySQL from autostart when Ubuntu bootup
Answer:
A newer version of MySQL use upstart to autostart when system bootup, to disable it
# sudo mkdir /etc/init.disabled # sudo mv /etc/init/mysql.conf /etc/init.disabled/
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
How to disable MySQL from autostart when Ubuntu bootup
Answer:
A newer version of MySQL use upstart to autostart when system bootup, to disable it
# sudo mkdir /etc/init.disabled # sudo mv /etc/init/mysql.conf /etc/init.disabled/