Results 1 to 4 of 4

Thread: Problem installing mysql 5

  1. #1
    Join Date
    Dec 2010
    Beans
    6

    Problem installing mysql 5

    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

  2. #2
    Join Date
    Dec 2010
    Beans
    6

    Re: Problem installing mysql 5

    I found the solution. Uninstalled mysql and installed aain using aptitude

    sudo aptitude install mysql-server

  3. #3
    Join Date
    Dec 2010
    Beans
    6

    Re: Problem installing mysql 5

    I found the solution. Uninstalled mysql and installed aain using aptitude

    sudo aptitude install mysql-server

  4. #4
    Join Date
    Dec 2010
    Beans
    6

    Re: Problem installing mysql 5

    I found the solution. Uninstalled mysql and installed aain using aptitude

    sudo aptitude install mysql-server

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •