MySQL does not start automatically at system startup/reboot in Ubuntu 14.04

For some reason, after the Ubuntu 14.04 server rebooted, my MySQL service did not start automatically. So I decided to restore the default upstart script of MySQL and everything's back to normal now:

$ sudo update-rc.d mysql defaults


Comments