<?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, Open Source and Web 2.0 &#187; repair table</title>
	<atom:link href="http://www.itecsoftware.com/tag/repair-table/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itecsoftware.com</link>
	<description>Itec Software</description>
	<lastBuildDate>Wed, 16 Nov 2011 02:18:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>MySQL &#8211; How To Analyze, Repair and Optimize all Tables</title>
		<link>http://www.itecsoftware.com/mysql-how-to-analyze-repair-and-optimize-all-tables?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mysql-how-to-analyze-repair-and-optimize-all-tables</link>
		<comments>http://www.itecsoftware.com/mysql-how-to-analyze-repair-and-optimize-all-tables#comments</comments>
		<pubDate>Mon, 02 Nov 2009 18:14:10 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Useful Stuff]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[analyze table]]></category>
		<category><![CDATA[mysqlcheck]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[repair table]]></category>

		<guid isPermaLink="false">http://articles.itecsoftware.com/?p=319</guid>
		<description><![CDATA[<a href="http://www.itecsoftware.com/mysql-how-to-analyze-repair-and-optimize-all-tables" title="MySQL - How To Analyze, Repair and Optimize all Tables"></a>Ever come across a situation, where you&#8217;d like to check all tables in a database and have them all repaired and optimized? My guess is yes. In case you didn&#8217;t know, there is a helpful MySQL utility called mysqlcheck, available &#8230;<p class="read-more"><a href="http://www.itecsoftware.com/mysql-how-to-analyze-repair-and-optimize-all-tables">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.itecsoftware.com/mysql-how-to-analyze-repair-and-optimize-all-tables" title="MySQL - How To Analyze, Repair and Optimize all Tables"></a><!-- google_ad_section_start --><p>Ever come across a situation, where you&#8217;d like to check all tables in a database and have them all repaired and optimized? My guess is yes.</p>
<p>In case you didn&#8217;t know, there is a helpful MySQL utility called mysqlcheck, available as of version 3.23.38. It does exactly what we need.</p>
<p>To check all tables in all databases for corruption and errors and also fix them in one go, this is your command:</p>
<p><span style="color: #003300;"><em><span style="color: #008000;">mysqlcheck -u username -p password  &#8211;check &#8211;optimize &#8211;auto-repair &#8211;all-databases</span></em></span></p>
<p>mysqlcheck executes statements like CHECK TABLE, REPAIR TABLE, ANALYZE TABLE, and OPTIMIZE TABLE and chooses the best statements for any given operation and storage engine.</p>
<p>Note that the operations complete a lot faster if you can afford to to disable any external services, especially if your database is large.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.itecsoftware.com/mysql-how-to-analyze-repair-and-optimize-all-tables/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 3/7 queries in 0.003 seconds using memcached
Object Caching 397/397 objects using memcached

Served from: www.itecsoftware.com @ 2012-02-08 18:46:05 -->
