Paul's Programming Notes     Archive     Feed     Github

MySQL Not Starting On Reboot

http://stackoverflow.com/questions/9859381/how-make-mysql-start-automatically-linux-cli-only

I was able to to the following, based on the post above:

  1. sudo apt-get install sysv-rc-conf
  2. sudo sysv-rc-conf
  3. mark the 6 column for mysqld or mysql.server (6 = reboot)

Note: I tried sudo update-rc.d mysql.server defaults and it didn't work. It gave me the following error: System start/stop links for /etc/init.d/mysql.server already exist.