【发布时间】:2020-04-12 02:35:37
【问题描述】:
mariaDB 没有在我的 Windows 10 中启动。
我在日志中得到以下信息:
Cannot find checkpoint record at LSN (1,0x5c8f)
2019-12-19 9:18:13 0 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files
2019-12-19 9:18:13 0 [ERROR] Plugin 'Aria' init function returned error.
2019-12-19 9:18:13 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
InnoDB: using atomic writes.
2019-12-19 9:18:13 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2019-12-19 9:18:13 0 [Note] InnoDB: Uses event mutexes
2019-12-19 9:18:13 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-12-19 9:18:13 0 [Note] InnoDB: Number of pools: 1
2019-12-19 9:18:13 0 [Note] InnoDB: Using SSE2 crc32 instructions
2019-12-19 9:18:13 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2019-12-19 9:18:13 0 [Note] InnoDB: Completed initialization of buffer pool
2019-12-19 9:18:14 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2019-12-19 9:18:14 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2019-12-19 9:18:14 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2019-12-19 9:18:14 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2019-12-19 9:18:14 0 [Note] InnoDB: Waiting for purge to start
2019-12-19 9:18:14 0 [Note] InnoDB: 10.4.10 started; log sequence number 42992145; transaction id 110929
2019-12-19 9:18:14 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2019-12-19 9:18:14 0 [Note] Plugin 'FEEDBACK' is disabled.
2019-12-19 9:18:14 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2019-12-19 9:18:14 0 [Note] InnoDB: Buffer pool(s) load completed at 191219 9:18:14
2019-12-19 9:18:14 0 [ERROR] Failed to initialize plugins.
2019-12-19 9:18:14 0 [ERROR] Aborting
我四处搜索,找不到解决此问题的方法。 Xampp 昨天工作正常,但今天没有启动。所以,我昨天做的是使用 xcloner 将一个 wordpress 网站克隆到我的电脑上。克隆网站后,一切正常。然后,我停止了 mysql 和 apache 并关闭了我的电脑。今天早上,我遇到了这个问题。
我在其他时候也遇到过同样的问题,我重新安装了 xampp 和 wordpress(bitnami 版本)。但是,我一直遇到这个问题。
任何帮助将不胜感激。
【问题讨论】:
-
这是这么多天来的第二个。在重新启动或关闭 Windows 之前是否停止 XAMPP?
-
您是否像建议的消息一样在所有 aria 表上运行
>aria_chk -r? -
你安装了mariadb,没有安装mysql。 mysql没有aria存储引擎,所以这个问题不适用于mysql。
-
@Shadow 我想我已将所有
MySQL位修复为mariaDB -
@RiggsFolly 是的,我确实在关闭它之前将其击落。如何运行 aria_chk -r?