<?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>Linux Admin Zone &#187; myisamchk</title>
	<atom:link href="http://linuxadminzone.com/tag/myisamchk/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxadminzone.com</link>
	<description>Adding more reasons to celebrate Open Source.</description>
	<lastBuildDate>Wed, 09 May 2012 10:17:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Quickly repair a huge corrupted/crashed table in MySQL</title>
		<link>http://linuxadminzone.com/quickly-repair-a-huge-corrupted-or-crashed-table-in-mysql/</link>
		<comments>http://linuxadminzone.com/quickly-repair-a-huge-corrupted-or-crashed-table-in-mysql/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 11:53:33 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[myisamchk]]></category>
		<category><![CDATA[mysql repair]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=82</guid>
		<description><![CDATA[So you got the notice that one of table from large DB is crashed/corrupted. You can start a repair table command inside MySQL prompt or from phpmyadmin but if you have enough free RAM in your server, you&#8217;d better tweak some options of &#8216;myisamchk&#8217; and execute it from command prompt. That can save a lot [...]]]></description>
			<content:encoded><![CDATA[<p>So you got the notice that one of table from large DB is crashed/corrupted. You can start a repair table command inside MySQL prompt or from phpmyadmin but if you have enough free RAM in your server, you&#8217;d better tweak some options of &#8216;myisamchk&#8217; and execute it from command prompt. That can save a lot of time <img src='http://linuxadminzone.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Here is a reapir command that I just executed to repair a table having size of 3.2 GB: </p>
<blockquote><p># myisamchk &#8211;silent &#8211;force &#8211;update-state &#8211;key_buffer_size=1024M &#8211;sort_buffer_size=1024M &#8211;read_buffer_size=16M &#8211;write_buffer_size=16M   tbl_mailing </p></blockquote>
<p>Here, tbl_mailing is the name of table to be repaired. You&#8217;ve to execute this command inside the directory which holds actual data files. for example, if your database name is &#8216;maildb&#8217;, then by default, the path will be /var/lib/mysql/maildb. </p>
]]></content:encoded>
			<wfw:commentRss>http://linuxadminzone.com/quickly-repair-a-huge-corrupted-or-crashed-table-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

