首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >MariaDB意外关闭。mysqld.exe: Aria恢复失败

MariaDB意外关闭。mysqld.exe: Aria恢复失败
EN

Stack Overflow用户
提问于 2022-09-09 04:56:33
回答 2查看 162关注 0票数 1

mysqld.exe: Aria恢复失败。请在所有Aria表上运行aria_chk -r,并删除所有aria_log.########文件

我正在使用xampp,它运行得很好。今天,当我启动Windows计算机并试图从xampp控制面板v3.3.0启动MariaDB服务器时,xampp显示了以下错误:

代码语言:javascript
运行
复制
9:37:34 AM  [mysql]     Error: MySQL shutdown unexpectedly.
9:37:34 AM  [mysql]     This may be due to a blocked port, missing dependencies, 
9:37:34 AM  [mysql]     improper privileges, a crash, or a shutdown by another method.
9:37:34 AM  [mysql]     Press the Logs button to view error logs and check
9:37:34 AM  [mysql]     the Windows Event Viewer for more clues
9:37:34 AM  [mysql]     If you need more help, copy and post this
9:37:34 AM  [mysql]     entire log window on the forums

当我检查日志文件mysql_error.log时,显示了以下错误:

代码语言:javascript
运行
复制
2022-09-09  9:37:32 0 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files
2022-09-09  9:37:32 0 [ERROR] Plugin 'Aria' init function returned error.
2022-09-09  9:37:32 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2022-09-09  9:37:32 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-09-09  9:37:32 0 [Note] InnoDB: Uses event mutexes
2022-09-09  9:37:32 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-09-09  9:37:32 0 [Note] InnoDB: Number of pools: 1
2022-09-09  9:37:32 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-09-09  9:37:32 0 [Note] InnoDB: Initializing buffer pool, total size = 16M,     instances = 1, chunk size = 16M
2022-09-09  9:37:32 0 [Note] InnoDB: Completed initialization of buffer pool
2022-09-09  9:37:33 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-09-09  9:37:33 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-09-09  9:37:33 0 [Note] InnoDB: Setting file 'D:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-09-09  9:37:33 0 [Note] InnoDB: File 'D:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-09-09  9:37:33 0 [Note] InnoDB: Waiting for purge to start
2022-09-09  9:37:33 0 [Note] InnoDB: 10.4.24 started; log sequence number 35377535; transaction id 5422
2022-09-09  9:37:33 0 [Note] InnoDB: Loading buffer pool(s) from D:\xampp\mysql\data\ib_buffer_pool
2022-09-09  9:37:33 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-09-09  9:37:33 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2022-09-09  9:37:33 0 [ERROR] Failed to initialize plugins.
2022-09-09  9:37:33 0 [ERROR] Aborting

主要的问题是插件'Aria‘没有像上面日志的第一行所示的那样开始。

mysqld.exe: Aria恢复失败。请在所有Aria表上运行aria_chk -r,并删除所有aria_log.########文件

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2022-09-22 07:49:13

删除名为aria_log.########的所有文件,其中########是xampp\mysql\data文件夹中的任意数字。

我删除了以下文件

代码语言:javascript
运行
复制
aria_log.00000001

xampp\mysql\data和MySql服务器成功启动。

票数 0
EN

Stack Overflow用户

发布于 2022-09-10 07:49:33

我有一个类似的问题和方法提到在这个链接固定的地雷。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/73657484

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档