petit soucis au lancement de mySQL sous linux (REDHAT 9.0)

petit soucis au lancement de mySQL sous linux (REDHAT 9.0) - SQL/NoSQL - Programmation

Marsh Posté le 01-07-2004 à 17:58:13    

voici le message que j'obtiens lorsque je veux me connecter à ma base mySQL
ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
 
A quoi cela correspond-t-il?

Reply

Marsh Posté le 01-07-2004 à 17:58:13   

Reply

Marsh Posté le 01-07-2004 à 18:02:17    

http://www-fr.mysql.com/doc/fr/Con [...] cting.html
 

Citation :


User Comments
Posted by Jey Jegathesan on November 20 2003 10:18am [Delete] [Edit]
 
Issue the command
 
mysql -h localhost -u root -p
 
and if you get an error like "Error 2002: Can't connect to local mysql server through socket ........... (port)"
 
it means you don't have the mysqld daemon running. Activate it under RedHat by going into the "Services" under "Server Settings" or issue the command "service mysqld start",
and followed by to issuing the "mysql -h localhost -u root -p" command.  


 
EDIT : copier/coller du message d'erreur sur google...


Message édité par jagstang le 01-07-2004 à 18:02:42

---------------
What if I were smiling and running into your arms? Would you see then what I see now?  
Reply

Marsh Posté le 01-07-2004 à 19:01:11    

merci !!!

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed