<?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>Raskas' blog &#187; MySQL</title>
	<atom:link href="http://www.raskas.be/blog/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.raskas.be/blog</link>
	<description>Everything is possible... You only have to find out how.</description>
	<lastBuildDate>Wed, 22 Jun 2011 15:14:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL MYD and TMD files</title>
		<link>http://www.raskas.be/blog/2008/04/08/mysql-myd-and-tmd-files/</link>
		<comments>http://www.raskas.be/blog/2008/04/08/mysql-myd-and-tmd-files/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 12:32:27 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[fsck]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/?p=81</guid>
		<description><![CDATA[I just recovered from a database issue.
While running a mysqldump of my databases I received an error. Running a check on that specific database told me that the comments.MYD file was not found.
Investigating on the system showed me that due to an error the filesystem containing /var/lib/mysql was mounted read-only. Running a fsck on that [...]]]></description>
			<content:encoded><![CDATA[<p>I just recovered from a database issue.</p>
<p>While running a mysqldump of my databases I received an error. Running a check on that specific database told me that the comments.MYD file was not found.</p>
<p>Investigating on the system showed me that due to an error the filesystem containing /var/lib/mysql was mounted read-only. Running a fsck on that specific filesystem solved that error but didn&#8217;t fix my corrupted table.</p>
<p>phpMyAdmin showed that the table was in use and while performing a check or repair it complained about the missing file.</p>
<p>The comments.MYD file was indeed missing, but there was a comments.TMD file, which wasn&#8217;t there for all the other tables.</p>
<p>Moving this TMD file to MYD solved the issue. I could repair the table and the check is again successful.</p>
<p>During this problem wordpress didn&#8217;t complain but it just didn&#8217;t show my comments. But I have no clue what caused this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2008/04/08/mysql-myd-and-tmd-files/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

