mysql trouble

2002-01-30 Thread valentin

Hello,
We are students in a french university and we have a trouble while
running mysql on our server.
After typing the command mysql, we have this message:

ERROR 2002: Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (111)

So we should know how resolve it.
Excuse me for my english and we wait your answer as soon as possible.




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: mysql trouble

2002-01-30 Thread Frederic Trudeau



check your MySQL installation. I had the same problem on my machine, and
all I did is create a sym link to /var/lib/mysql/mysql.sock in /tmp.


Frederic Trudeau


[A]dvanced [S]upport [A]gent
Colocation/Customer Support Agent
CAM Internet - http://www.cam.org

My God ! It's full of stars

On Wed, 30 Jan 2002, valentin wrote:

 Hello,
 We are students in a french university and we have a trouble while
 running mysql on our server.
 After typing the command mysql, we have this message:

 ERROR 2002: Can't connect to local MySQL server through socket
 '/tmp/mysql.sock' (111)

 So we should know how resolve it.
 Excuse me for my english and we wait your answer as soon as possible.




 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: mysql trouble

2002-01-30 Thread Andreas Schoelver

30.01.02 16:57:00, valentin [EMAIL PROTECTED] wrote:

Hello,
We are students in a french university and we have a trouble while
running mysql on our server.
After typing the command mysql, we have this message:

ERROR 2002: Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (111)

did you build it on your own?
if so, did you use '--with-unix-socket-path=...' with configure ?
is the server really running?
is there any 'socket=...' line in /etc/my.cnf ?

Andreas



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




mysql trouble

2002-01-30 Thread Victoria Reznichenko

valentin,

Wednesday, January 30, 2002, 5:57:00 PM, you wrote:

v Hello,
v We are students in a french university and we have a trouble while
v running mysql on our server.
v After typing the command mysql, we have this message:

v ERROR 2002: Can't connect to local MySQL server through socket
v '/tmp/mysql.sock' (111)

v So we should know how resolve it.
v Excuse me for my english and we wait your answer as soon as possible.

It means that you are using wrong socket file or TCP/IP port, or MySQL server is not 
running.

Look at: http://www.mysql.com/doc/C/a/Can_not_connect_to_server.html




-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php