When i start my laptop i have to always manually start mySQL service. is there any way to start the service automatically?
I am using below command to start the service:
sudo /etc/init.d/mysql start
When i start my laptop i have to always manually start mySQL service. is there any way to start the service automatically?
I am using below command to start the service:
sudo /etc/init.d/mysql start
If your OS supports systemd please use following command
sudo systemctl enable mysql