Re: [PHP-DB] Can't connect to local MySQL server through socket '/tmp/mysql.sock'

2001-04-26 Thread Larry Hotchkiss

Providing additional information such as the OS your useing as well as
your mysql version can be a big help as well.

franky wrote:
 
 I have this error
 Can't connect to local MySQL server through socket '/tmp/mysql.sock'
  (111)
 
 what appening?
 
 AND I CANT connect to mysql for html page why??
 I'm comming crazy!
 
 --
 ---
  -= franky =-
 [EMAIL PROTECTED]
 ---
 
 --
 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]

-- 
Larry Hotchkiss
Universal Capital
612-551-9309
http://www.unicap.com/

-- 
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]




RE: [PHP-DB] Can't connect to local MySQL server through socket '/tmp/mysql.sock'

2001-04-26 Thread Andreas D. Landmark

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]




Re: [PHP-DB] Can't connect to local MySQL server through socket '/tmp/mysql.sock'

2001-04-23 Thread B. van Ouwerkerk

At 09:35 24-4-01 -0400, franky wrote:
I have this error
Can't connect to local MySQL server through socket '/tmp/mysql.sock'
  (111)

take a look in this lists archive. THis question has been answered over and 
over and over..

Bye,


B.


-- 
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]