I'm using Ubuntu Xenial and mysql 5. editing the mysql.conf file didn't help. it's still showing active.
Asked
Active
Viewed 8,685 times
1 Answers
11
Ubuntu 16.04 uses systemd to control autostart of services. Try using the systemctl command:
sudo systemctl disable mysql
Søren Sjøstrøm
- 146