At 26.04.2001 20:53, you wrote:
> > > I have this error
> > > Can't connect to local MySQL server through socket '/tmp/mysql.sock'
> > > (111)
>
>sounds like MySQL is not running on your server.. ensure it's installed
>properly and has actually started, i think typing
> mysqladmin -p version
>
>at the command line will tell you if it's running.
>
>you might find some useful info here:
>http://www.mysql.com/doc/S/t/Starting_server.html
>
>good luck,
>simon
or just run mysql -p and see if the client can connect through the
pipe, if not (and ps auxw | grep mysql returns a running process) your
pipe has been fiddled with...
--
andreas landmark / noXtension
[EMAIL PROTECTED]
#distributed :
20001003 [23:27:04] <froggie_> I like the feeling of a TCP socket you get
in a DCC chat..
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]