Pages : 1
#1 Le 23/05/2014, à 15:48
- baptiste 1999
Mysql-server-5.5 impossible à configurer
j ai installé lamp sur mon serveur .mais quand je veux lancer la console MYSQL par la commande sudo su mysql start
voici la réponse :Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
je précise que ce fichier mysqld sock existe mais est vide .j ai tenté de l enlever puis de le remettre puis de désinstaller mysql puis de le reconfigurer par la commande dpkg --configure mysql-server-5.5 voici la réponse
dpkg: error processing package mysql-server-5.5 (--configure):
le paquet mysql-server-5.5 est déjà installé et configuré
Des erreurs ont été rencontrées pendant l'exécution :
je suis perdu merci de votre aide
ubuntu 14.04
Hors ligne
#2 Le 30/05/2014, à 12:56
- Globox60
Re : Mysql-server-5.5 impossible à configurer
Bonjour,
Renvoi nous le retour de
cat /var/log/mysql.log
Hors ligne
#3 Le 30/05/2014, à 19:21
- baptiste 1999
Re : Mysql-server-5.5 impossible à configurer
bonjour ,merci d essayer de m aider j ai executé la commande demandée
probleme je n ai pas de retour
root@serveur:/home/baptiste# cat /var/log/mysql.log
root@serveur:/home/baptiste#
par contre j ai un dossier /var/log/mysql/error.log.1.gz si ca interesse
140529 12:43:18 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
140529 12:43:18 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
140529 12:43:18 [ERROR] Can't find messagefile '/usr/share/mysql/errmsg.sys'
140529 12:43:18 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
140529 12:43:18 [Note] Plugin 'FEDERATED' is disabled.
140529 12:43:18 InnoDB: The InnoDB memory heap is disabled
140529 12:43:18 InnoDB: Mutexes and rw_locks use GCC atomic builtins
140529 12:43:18 InnoDB: Compressed tables use zlib 1.2.8
140529 12:43:18 InnoDB: Using Linux native AIO
140529 12:43:18 InnoDB: Initializing buffer pool, size = 128.0M
140529 12:43:18 InnoDB: Completed initialization of buffer pool
140529 12:43:18 InnoDB: highest supported file format is Barracuda.
140529 12:43:18 InnoDB: Waiting for the background threads to start
140529 12:43:19 InnoDB: 5.5.37 started; log sequence number 1595685
140529 12:43:19 [ERROR] Aborting
140529 12:43:19 InnoDB: Starting shutdown...
140529 12:43:20 InnoDB: Shutdown completed; log sequence number 1595685
140529 12:43:20 [Note]
140529 12:43:20 mysqld_safe mysqld from pid file /var/run/mysq
Hors ligne
#4 Le 02/06/2014, à 12:24
- Globox60
Re : Mysql-server-5.5 impossible à configurer
Ok,
Renvoi nous le retour de :
cat /etc/network/interfaces
Hors ligne
Pages : 1