<?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>errmsg.sys &#8211; richliu&#039;s blog</title>
	<atom:link href="https://richliu.com/tag/errmsg-sys/feed/" rel="self" type="application/rss+xml" />
	<link>https://richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Sun, 16 Oct 2022 19:19:27 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>[ERROR] Error message file /usr/share/mysql/errmsg.sys had only 1118 error messages, but it should contain at least 3076 error messages</title>
		<link>https://richliu.com/2017/10/20/2191/error-error-message-file-usrsharemysqlerrmsg-sys-had-only-1118-error-messages-but-it-should-contain-at-least-3076-error-messages/</link>
					<comments>https://richliu.com/2017/10/20/2191/error-error-message-file-usrsharemysqlerrmsg-sys-had-only-1118-error-messages-but-it-should-contain-at-least-3076-error-messages/#respond</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Fri, 20 Oct 2017 08:32:03 +0000</pubDate>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[errmsg.sys]]></category>
		<category><![CDATA[MariaDB]]></category>
		<guid isPermaLink="false">https://richliu.com/?p=2191</guid>

					<description><![CDATA[<p>今天碰到怪問題, mariadb 重開失敗, 直接跑 mysqld 碰到這個訊息 [ERROR] Error  [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2017/10/20/2191/error-error-message-file-usrsharemysqlerrmsg-sys-had-only-1118-error-messages-but-it-should-contain-at-least-3076-error-messages/">[ERROR] Error message file /usr/share/mysql/errmsg.sys had only 1118 error messages, but it should contain at least 3076 error messages</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>今天碰到怪問題, mariadb 重開失敗, 直接跑 mysqld 碰到這個訊息</p>
<pre lang="text">[ERROR] Error message file '/usr/share/mysql/errmsg.sys' had only 1118 error messages, but it should contain at least 3076 error messages
</pre>
<p><span id="more-2191"></span></p>
<p>重編一次 mariadb , 然後到 /var/tmp/portage 找 errmsg.sys 這個檔案, 然後 copy 到 /usr/share/mysql/errmsg.sys</p>
<pre lang="text"># cd /var/tmp/portage
# find -name errmsg*.sys
# cp ./dev-db/mariadb-10.2.9/work/mysql-abi_x86_64.amd64/sql/share/english/errmsg.sys /usr/share/mysql/errmsg.sys
# /etc/init.d/mysql restart
</pre>
<p>2018/02/24 Update</p>
<p>這樣比較快</p>
<pre lang="bash"># cp /usr/share/mariadb/english/errmsg.sys /usr/share/mysql/errmsg.sys
</pre>
<p>The post <a rel="nofollow" href="https://richliu.com/2017/10/20/2191/error-error-message-file-usrsharemysqlerrmsg-sys-had-only-1118-error-messages-but-it-should-contain-at-least-3076-error-messages/">[ERROR] Error message file /usr/share/mysql/errmsg.sys had only 1118 error messages, but it should contain at least 3076 error messages</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://richliu.com/2017/10/20/2191/error-error-message-file-usrsharemysqlerrmsg-sys-had-only-1118-error-messages-but-it-should-contain-at-least-3076-error-messages/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
