Results 1 to 2 of 2

Thread: mysql error

Hybrid View

  1. #1
    Join Date
    Sep 2002
    Posts
    35

    mysql error

    i have done some updates, and have now a problem with mysql, error : Fout

    MySQL retourneerde:


    Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)


    I have tried to restart apache en mysql, but restarting mysql i get the same error.....

    Franky

  2. #2
    These are just a couple of guesses .

    You might need to start the database.

    does this work? mysql -u root -p
    Then enter your password.

    if that doesn't work do "service mysqld start" and then make sure you have it auto start (use "ntsysv" and select mysqld to have it autostart)

    Nainil

Posting Permissions

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