How can i make mysql start every time the system boot ? I need that in a dedicated server(ubuntu distro) in which i have my blog, but every time the server goes down, on boo
No answer helped. Finally chkconfig and update-rc.d did not work with MySQL on my machine.
chkconfig
update-rc.d
Solution, I had a file /etc/init/mysql.override which contained
manual
i just deleted that file
$ sudo rm /etc/init/mysql.override