I\'m on Kubuntu 12.04, and after installing mysql via an apt-get (mysql ver: 5.5.35), i\'m trying to start mysql service, but I got this error:
sudo servi
In my case the problem was the /var/log disk full (check with df -h)
/var/log
df -h
Just deleted some log files and mysql started, no big deal!