MySQL Forums
Forum List  »  General

Re: Can't connect to local MySQL server through socket '/var/tmp/mysql.sock' (11)
Posted by: Slava Divxak
Date: August 01, 2005 06:28AM

There are two possible ways: check that your mysql-server is srarted (see process list in Windows or ps -ax in *unix)
or check parameters of connecting.
About cannot send headers - check that you start session before any output in outpu stream (session_start() - first, and then print, printf, echo...

Trust me! I'm the best! :)

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.