MySQL (MariaDB) ne se lance plus, dans son fichier de log : mysql_error.log Il indique :
[ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
Pour ma part, en effaçant les fichier : aria_log.00000001, aria_log_control, master-*, mysql-relay-bin-* cela m'a permis de relancer le service MariaDB.
Supposément la suppression de uniquement les fichiers aria_log.* aurait plus adéquate comme indiqué dans le log.
Delete all the files from /Applications/AMPPS/var/ like mysql-bin.*, mysql-bin.index, ib*, etc and try starting the mysql server. DONT REMOVE ANY FOLDER.