如何修复错误:由于插件“Aria",MySQL 在 Xampp 上意外关闭

2022-01-14 00:00:00 localhost xampp mysql

这些是日志:

[错误] mysqld.exe:Aria 恢复失败.请在所有 Aria 表上运行 aria_chk -r 并删除所有 aria_log.######## 文件[错误] 插件 'Aria' 初始化函数返回错误.[错误] 插件Aria"注册为存储引擎失败.

[ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files [ERROR] Plugin 'Aria' init function returned error. [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.

推荐答案

解决方案是删除 aria_log_control 文件允许 MariaDB 重新启动.您可以在 xamppmysqldata 中找到此文件.然后重启或启动xammp.

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

相关文章