Nao estou conseguindo iniciar o mysql no kubuntu 11.10.
Quando tento verifico a seguinte sequencia de erros:
#root@ubuntu:/home/ubuntu# /etc/init.d/mysql start Rather than invoking init scripts through /etc/init.d, use the service(

utility, e.g. service mysql start
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(

utility, e.g. start mysql
start: Unknown job: mysql
#root@ubuntu:/home/ubuntu# start mysql start: Unknown job: mysql
#root@ubuntu:/home/ubuntu# mysql -u root -p Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
#root@ubuntu:/home/ubuntu# O que sera que pode estar acontecendo?