<?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>fengcool.com &#187; mysql crashed</title>
	<atom:link href="http://www.fengcool.com/tag/mysql-crashed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fengcool.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 31 May 2010 02:22:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mysql fix crashed tables</title>
		<link>http://www.fengcool.com/2009/10/mysql-fix-crashed-tables/</link>
		<comments>http://www.fengcool.com/2009/10/mysql-fix-crashed-tables/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 02:04:15 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[crashed table]]></category>
		<category><![CDATA[fix crashed table]]></category>
		<category><![CDATA[mysql crashed]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/?p=109</guid>
		<description><![CDATA[Automatically find crashed tables and fix them.]]></description>
			<content:encoded><![CDATA[<p>Sometimes, system halt or power off will make your MySQL database crashed and you without knowing it unless you try to access those bad tables. </p>
<p>Run this Linux command to automatically find crashed tables and fix them.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="mysql" style="font-family:monospace;">mysqlcheck <span style="color: #CC0099;">--</span>auto<span style="color: #CC0099;">-</span>repair <span style="color: #CC0099;">-</span>A <span style="color: #CC0099;">-</span>u <span style="color: #CC0099;">&lt;</span>username<span style="color: #CC0099;">&gt;</span> <span style="color: #CC0099;">-</span>p<span style="color: #CC0099;">&lt;</span>password<span style="color: #CC0099;">&gt;</span></pre></td></tr></table></div>

<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2009%2F10%2Fmysql-fix-crashed-tables%2F&amp;linkname=Mysql%20fix%20crashed%20tables"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2009/10/mysql-fix-crashed-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
