disable mysql automatic startup on Ubuntu 13.04
Ubuntu has abandoned SysV init script approach to booting the server since 10.04.This link explains
So to prevent mysql from starting on boot, you have to switch to a new way as belew:
- go to the
/etc/init
directory - open the
mysql.conf
file - comment out the
start on
line near the top of the file, this might be spread across two lines, so it is better to comment out both.
disable mysql automatic startup on Ubuntu 13.04
https://rug.al/2013/2013-07-29-disable-mysql-automatic-startup-on-ubuntu-1304/