Bonjour !
Je travail actuellement sur un projet de développement et j'utilise le logiciel Xampp Apache et MySql. C'est la première fois que j'utilise MySql, donc je ne m'y connais pas tellement.
J'ai déjà travaillé dessus, crée une BDD avec des tables (et des fakes data dedans)
J'utilise une version de Xampp très précise pour des questions de versions (mon projet doit utiliser des versions précises de mes outils)
Je n'avais pas ce problème la au début, puis après un magnifique Blue Screen et ensuite un redémarrage de mon Pc, j'ai ce message d'erreur quand je lance MySql
Je peux totalement supprimer Ma Base de Donnée si c'est nécessaire. Il n'y a quasiment rien dedans.
J'aimerais savoir si quelqu'un a déjà eu ce problème, et/ou si quelqu'un pouvait m'aider à résoudre ce problème
voici ce qu'il y a dans le fichier de log, quand je veux lancer MySql.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22 2023-02-16 10:53:08 0 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files 2023-02-16 10:53:08 0 [ERROR] Plugin 'Aria' init function returned error. 2023-02-16 10:53:08 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed. 2023-02-16 10:53:08 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 2023-02-16 10:53:08 0 [Note] InnoDB: Uses event mutexes 2023-02-16 10:53:08 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2023-02-16 10:53:08 0 [Note] InnoDB: Number of pools: 1 2023-02-16 10:53:08 0 [Note] InnoDB: Using SSE2 crc32 instructions 2023-02-16 10:53:08 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M 2023-02-16 10:53:08 0 [Note] InnoDB: Completed initialization of buffer pool 2023-02-16 10:53:08 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2023-02-16 10:53:08 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2023-02-16 10:53:08 0 [Note] InnoDB: Setting file 'C:\xampp74\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2023-02-16 10:53:08 0 [Note] InnoDB: File 'C:\xampp74\mysql\data\ibtmp1' size is now 12 MB. 2023-02-16 10:53:08 0 [Note] InnoDB: Waiting for purge to start 2023-02-16 10:53:09 0 [Note] InnoDB: 10.4.25 started; log sequence number 1260368; transaction id 2651 2023-02-16 10:53:09 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp74\mysql\data\ib_buffer_pool 2023-02-16 10:53:09 0 [Note] Plugin 'FEEDBACK' is disabled. 2023-02-16 10:53:09 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded 2023-02-16 10:53:09 0 [Note] InnoDB: Buffer pool(s) load completed at 230216 10:53:09 2023-02-16 10:53:09 0 [ERROR] Failed to initialize plugins. 2023-02-16 10:53:09 0 [ERROR] Aborting
Merci beaucoup !![]()
Partager