Problem installing mysql 5 on Ubuntu 10.10

Posted by mujer esponja on Stack Overflow See other posts from Stack Overflow or by mujer esponja
Published on 2011-01-16T19:48:03Z Indexed on 2011/01/16 19:53 UTC
Read the original article Hit count: 230

Filed under:
|

Hello! In my Ubuntu 10.10, following this tutorial, I don't face step 2. I mean, while installing the packets, I don't face anything related to configuration.

Then, when I run a command, such a

mysql -u root -p

, I get this error:

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

As I see in other treads,

ps aux | grep mysqld

gives me just this output:

1000 4508 0.0 0.0 5172 760 pts/0 S+ 19:53 0:00 grep --color=auto mysqld

What is happening?? Thanks in advance

© Stack Overflow or respective owner

Related posts about mysql

Related posts about ubuntu-10.10