[mysql]Ne trouve pas comment demarrer le serv
Fermé
lonewolfs
Messages postés
51
Date d'inscription
samedi 2 juin 2007
Statut
Membre
Dernière intervention
17 octobre 2009
-
5 juin 2007 à 11:08
lonewolfs - 5 juin 2007 à 16:07
lonewolfs - 5 juin 2007 à 16:07
A voir également:
- [mysql]Ne trouve pas comment demarrer le serv
- Windows ne démarre pas - Guide
- Démarrer en mode sans echec - Guide
- Pc long a demarrer - Guide
- Mysql community server - Télécharger - Bases de données
- Windows 11 menu démarrer classique - Guide
2 réponses
bob031
Messages postés
8158
Date d'inscription
samedi 7 août 2004
Statut
Membre
Dernière intervention
1 septembre 2014
472
5 juin 2007 à 12:05
5 juin 2007 à 12:05
Salut,
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
a) le fichier mysql.sock n'existe pas
b) problème de droits /var/lib/mysql/mysql.sock
sinon regarde ici :
https://forums.mysql.com/read.php?11,27769,59865#msg-59865
1. You don't have permissions to access the directory /var/lib/mysql/whatever.sock because mysql is the owner of the folder
or
2. /path/whatever.sock doesn't exist.
You can try this though [Linux specific, but what other operating systems are there?]
Go to /etc/my.cnf and change/add the lines:
[mysqld]
datadir=/var/lib/mysql
socket=/tmp/mysql.sock
[client]
socket=/tmp/mysql.sock
This way the client and server use the same socket and it's in a public directory. This solves my MySql problems 98% of the time.
Jakub TCP
Linux localhost.localdomain 2.6.9-11.ELsmp
si ça peut aider .....
:-))
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
a) le fichier mysql.sock n'existe pas
b) problème de droits /var/lib/mysql/mysql.sock
sinon regarde ici :
https://forums.mysql.com/read.php?11,27769,59865#msg-59865
1. You don't have permissions to access the directory /var/lib/mysql/whatever.sock because mysql is the owner of the folder
or
2. /path/whatever.sock doesn't exist.
You can try this though [Linux specific, but what other operating systems are there?]
Go to /etc/my.cnf and change/add the lines:
[mysqld]
datadir=/var/lib/mysql
socket=/tmp/mysql.sock
[client]
socket=/tmp/mysql.sock
This way the client and server use the same socket and it's in a public directory. This solves my MySql problems 98% of the time.
Jakub TCP
Linux localhost.localdomain 2.6.9-11.ELsmp
si ça peut aider .....
:-))