MySQL won't start on XAMPP server

后端 未结 11 1744
一生所求
一生所求 2020-12-19 03:19

I have a problem with my XAMPP server. I can start Apache, FileZilla, and every thing else without problems, but when I try to start MySQL, it just says

11条回答
  •  难免孤独
    2020-12-19 03:54

    I was not able to start Mysql on xampp. Error message was:-

    Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files. Plugin 'Aria' init function returned error. Plugin 'Aria' registration as a STORAGE ENGINE failed. Plugin 'FEEDBACK' is disabled. Aria engine is not enabled or did not start. The Aria engine must be enabled to continue as mysqld was configured with --with-aria-tmp-tables. Aborting.

    Just to go xampp/mysql/data and delete or remove the file related to aria_log and restart your xampp server. Worked fine for me.

提交回复
热议问题