1
minzaw@Dell-PC:~$ sudo start mysql
[sudo] password for minzaw: 
start: *Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused*
minzaw@Dell-PC:~$ sudo restart mysql
restart: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
Harald
  • 1,170

1 Answers1

0

If your using Ubuntu 15.04 or newer try sudo systemctl start mysql, or in general sudo systemctl <action> <service-name>to control daemons.