bonjour,

depuis ce matin, je n'arrive plus à éxécuter mysql que j'utilisais depuis 2ans via xamp sur mon poste de travail sous windows10.
au lancement, j'ai ces messages d'erreur :

10:01:00 [mysql] Attempting to start MySQL app...
10:01:00 [mysql] Status change detected: running
10:01:02 [mysql] Status change detected: stopped
10:01:02 [mysql] Error: MySQL shutdown unexpectedly.
10:01:02 [mysql] This may be due to a blocked port, missing dependencies,
10:01:02 [mysql] improper privileges, a crash, or a shutdown by another method.
10:01:02 [mysql] Press the Logs button to view error logs and check
10:01:02 [mysql] the Windows Event Viewer for more clues
10:01:02 [mysql] If you need more help, copy and post this
10:01:02 [mysql] entire log window on the forums
j'ai tenté les 3 solutions proposés par les tutos de xamp :
1 démarrer en tant q'admini --> mêm erésultat
2 vérifier si ya un doublon sur le port 3306 avec netstat ---> aucun doublon
3 tenter de relancer avec un backup hard que devait faire xamp tous les jours : -->aucun backup auto depuis l'installation ! ya bien le répertoite backup mais dedans il n'y a pas mes bases, juste celles par défaut lors de 1ere installation et ça date de 2019.

j'ai consulté le log mysql_error_log : mais ya rien de "parlant" ou flagrant :
InnoDB: using atomic writes.
2021-11-30 10:01:00 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-11-30 10:01:00 0 [Note] InnoDB: Uses event mutexes
2021-11-30 10:01:00 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-11-30 10:01:00 0 [Note] InnoDB: Number of pools: 1
2021-11-30 10:01:00 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-11-30 10:01:00 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-11-30 10:01:00 0 [Note] InnoDB: Completed initialization of buffer pool
2021-11-30 10:01:00 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-11-30 10:01:00 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-11-30 10:01:00 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-11-30 10:01:00 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-11-30 10:01:00 0 [Note] InnoDB: Waiting for purge to start
2021-11-30 10:01:00 0 [Note] InnoDB: 10.4.8 started; log sequence number 15669358; transaction id 35411
2021-11-30 10:01:00 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-11-30 10:01:00 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-11-30 10:01:00 0 [Note] Server socket created on IP: '::'.


si je fait un diff avec le log d'hier (quand ça marchait), je vois qu'il manque cette ligne ce matin :

2021-11-29 9:10:27 0 [Note] InnoDB: Buffer pool(s) load completed at 211129 9:10:27
avez-vous une piste pour comprendre ce qu'il se passe ?