Mon journal MySQL montre des erreurs dupliquées:
141223 5:47:21 [ERROR] Invalid (old?) table or database name 'lost+found'
J'ai une base de données nommée #mysql50#lost+found
mais je n'arrive pas à la supprimer.
mysql> show databases;
+---------------------+
| Database |
+---------------------+
| information_schema |
| maindatabas |
| maindatabas_help |
| maindatabas_tracker |
| gitlabhq_production |
| locations |
| #mysql50#lost+found |
| mysql |
| osticket |
| performance_schema |
+---------------------+
10 rows in set (0.00 sec)
mysql> DROP DATABASE `#mysql50#lost+found`;
ERROR 1008 (HY000): Can't drop database '#mysql50#lost+found'; database doesn't exist
mysql>
J'utilise la version Serveur: 5.5.40 Distribuée par The IUS Community Project sur Centos 6.
Par MySQL fonctionne TRÈS lentement sur CentOS 6x (pas 5x) , mon datadir est sur ext3 avec l'option barrière = 0.
Quelle est la cause de cette erreur et comment la supprimer?