Results 1 to 4 of 4

Thread: unable to start mysql

  1. #1
    Join Date
    Jun 2008
    Location
    India
    Beans
    252
    Distro
    Ubuntu 10.04 Lucid Lynx

    unable to start mysql

    navanee@navanee-Vostro-1015:~$ mysql
    ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
    navanee@navanee-Vostro-1015:~$


    I couldn't able too start mysql which is installed in my system;so i couldn't able to run phpmyaadmin

    plz suggest??
    by
    Visit me
    Click

  2. #2
    Join Date
    Apr 2008
    Beans
    489
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: unable to start mysql

    It looks like this issue is caused by insufficient privileges. Try putting sudo in front of the command.

    Code:
    sudo mysql
    If that doesn't work then try this post.
    Last edited by spikoley; November 12th, 2010 at 02:33 AM.
    |

  3. #3
    Join Date
    Jun 2008
    Location
    India
    Beans
    252
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: unable to start mysql

    Quote Originally Posted by spikoley View Post
    It looks like this issue is caused by insufficient privileges. Try putting sudo in front of the command.

    Code:
    sudo mysql
    If that doesn't work then try this post.
    when i follow this link i got this problem? please fix it

    Code:
    navanee@navanee-Vostro-1015:/var/run$ sudo chown mysql:root mysqld
    chown: invalid user: `mysql:root'
    by
    Visit me
    Click

  4. #4
    Join Date
    Apr 2008
    Beans
    489
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: unable to start mysql

    I don't know what the solution is and nobody else is responding. Try searching the error to see if you can find the solution.
    |

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
  •