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 booting mysql is stopped.
Btw i can use only command line.
How can i make mysql start every time the system boot ? I need
Share
You can do it by using
sysv-rc-conf, on debian based you can install it withsudo apt-get install sysv-rc-confthen you can choose what start at boot with a simple X on the name of the deamon, all via command line