How to fix Error: MySQL shutdown unexpectedly on Xampp due to Plugin 'Aria'

前端 未结 2 1875
無奈伤痛
無奈伤痛 2020-12-10 04:46

These were the logs:

[ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files [ERROR] Plugin \'Ari

相关标签:
2条回答
  • 2020-12-10 05:06

    If XAMPP generated following logs

    [Note] Plugin 'FEEDBACK' is disabled.

    [ERROR] j:\xampp\mysql\bin\mysqld.exe: unknown option '--skip-federated'

    [ERROR] Aborting

    Try to run MySQL with the following command

    **mysqld.exe --skip-federated**
    

    Hope this helps!! Good Luck!!

    0 讨论(0)
  • 2020-12-10 05:07

    The solution is Removing the aria_log_control file allowed MariaDB to start again. You can find this file in \xampp\mysql\data. Then restart or start xammp.

    0 讨论(0)
提交回复
热议问题