Pages : 1
#1 Le 05/05/2014, à 08:56
- dubis22
[RESOLU] akonadi en erreur MySQL
Bonjour,
Ce matin impossible d'avoir kmail à cause d'une erreur MySQL dans AKONADI.
Test 5: ERROR
--------
MySQL server log contains errors.
Details: The MySQL server error log file '<a href='/home/mdubois/.local/share/akonadi/db_data/mysql.err'>/home/mdubois/.local/share/akonadi/db_data/mysql.err</a>' contains errors.
File content of '/home/mdubois/.local/share/akonadi/db_data/mysql.err':
140505 9:36:36 [Note] Plugin 'FEDERATED' is disabled.
140505 9:36:36 InnoDB: The InnoDB memory heap is disabled
140505 9:36:36 InnoDB: Mutexes and rw_locks use GCC atomic builtins
140505 9:36:36 InnoDB: Compressed tables use zlib 1.2.3.4
140505 9:36:36 InnoDB: Initializing buffer pool, size = 80.0M
140505 9:36:36 InnoDB: Completed initialization of buffer pool
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
140505 9:36:36 InnoDB: Retrying to lock the first data file
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
Qu'est ce que ce fichier ./ibdata1 ?
Comment résoudre ce soucis?
D'avance merci
Dernière modification par dubis22 (Le 06/05/2014, à 07:56)
Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont.
Hors ligne
#2 Le 06/05/2014, à 07:56
- dubis22
Re : [RESOLU] akonadi en erreur MySQL
Bonjour,
Voici la solution que l'on m'a donnée sur l'IRC d'AKONADI
kill de tous les processus mysql dans un terminal
kill `ps -aef | grep mysql | grep -v grep | awk '{printf $2" "}'
puis ensuite :
mysqld --datadir=$HOME/.local/share/akonadi/db_data --socket=/tmp/akonadimysql.socket
Ensuite il faut ouvrir un nouveau terminal et taper cette commande pour avoir le prompt mysql :
mysql --socket=/tmp/akonadimysql.socket
Une fois le prompt obtenu il faut taper la commande suivante :
mysql> DELETE FROM akonadi.PartTable WHERE name='GID';
Qui devrait retourner ceci
Query OK, 307 rows affected (0.04 sec)
En espérant aider
Dernière modification par dubis22 (Le 06/05/2014, à 08:39)
Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont.
Hors ligne
Pages : 1