<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>xampp</title>
	<atom:link href="https://www.hu365.dev/blog/tag/xampp/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.hu365.dev</link>
	<description>Justin Woo（吴晓虎）的个人博客，生命不息，学习不止</description>
	<lastBuildDate>Sun, 18 Feb 2024 01:34:21 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>

<image>
	<url>https://www.hu365.dev/wp-content/uploads/2022/10/cropped-logo-正矩形.blue_-32x32.png</url>
	<title>xampp</title>
	<link>https://www.hu365.dev</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Xampp MySql 不能启动记录</title>
		<link>https://www.hu365.dev/blog/2023/01/295/</link>
		
		<dc:creator><![CDATA[Justin]]></dc:creator>
		<pubDate>Tue, 31 Jan 2023 11:26:00 +0000</pubDate>
				<category><![CDATA[折腾笔记]]></category>
		<category><![CDATA[xampp]]></category>
		<guid isPermaLink="false">https://www.hu365.dev/?p=295</guid>

					<description><![CDATA[一：错误展示 过完春节回来，忽然就启动不了了，错误日志如下 二：解决办法 不会的东西就要学，搜索引擎好助手，参考链接：xampp windows mariadb not starting &#8211; Stack Overflow 白话版：使用mysql安装 <a href="https://www.hu365.dev/blog/2023/01/295/" class="cosmoswp-btn">阅读更多</a>]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">一：错误展示</h2>



<p>过完春节回来，忽然就启动不了了，错误日志如下</p>



<pre class="EnlighterJSRAW" data-enlighter-language="prolog" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">Cannot find checkpoint record at LSN (1,0x60c9)
2023-01-31 16:47:40 0 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files
2023-01-31 16:47:40 0 [ERROR] Plugin 'Aria' init function returned error.
2023-01-31 16:47:40 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2023-01-31 16:47:40 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2023-01-31 16:47:40 0 [Note] InnoDB: Uses event mutexes
2023-01-31 16:47:40 0 [Note] InnoDB: Compressed tables use zlib 1.2.12
2023-01-31 16:47:40 0 [Note] InnoDB: Number of pools: 1
2023-01-31 16:47:40 0 [Note] InnoDB: Using SSE2 crc32 instructions
2023-01-31 16:47:40 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2023-01-31 16:47:40 0 [Note] InnoDB: Completed initialization of buffer pool
2023-01-31 16:47:40 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2023-01-31 16:47:40 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2023-01-31 16:47:40 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2023-01-31 16:47:40 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2023-01-31 16:47:40 0 [Note] InnoDB: Waiting for purge to start
2023-01-31 16:47:41 0 [Note] InnoDB: 10.4.27 started; log sequence number 29968412; transaction id 12673
2023-01-31 16:47:41 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2023-01-31 16:47:41 0 [Note] Plugin 'FEEDBACK' is disabled.
2023-01-31 16:47:41 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2023-01-31 16:47:41 0 [ERROR] Failed to initialize plugins.
2023-01-31 16:47:41 0 [ERROR] Aborting</pre>



<h2 class="wp-block-heading">二：解决办法</h2>



<p>不会的东西就要学，搜索引擎好助手，参考链接：<br><a href="https://stackoverflow.com/questions/59410692/xampp-windows-mariadb-not-starting/59411279#59411279">xampp windows mariadb not starting &#8211; Stack Overflow</a></p>



<p>白话版：使用<code>mysql</code>安装目录下<code>bin</code>文件夹下的工具<code>aria_chk</code>检测修复所有数据文件<code>.MAI</code></p>



<ol>
<li>用管理员权限打开<code>cmd</code>，因为我默认安装在系统盘</li>



<li><code>cd C:\xampp\mysql\data</code>，此为<code>xampp</code>安装路径中的<code>data</code>目录</li>



<li><code>..\bin\aria_chk -r mysql\*.MAI</code>，执行检测修复</li>



<li><code>del aria_log.*</code>，删除当前目录（<code>data</code>）下所有<code>aria_log.########</code>文件</li>
</ol>



<p>重新启动即可</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
