<?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>mysql optimize table &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/mysql-optimize-table/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Mon, 01 Aug 2011 01:18:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>Repair And Optimize All Tables In All MySQL Databases Using Command</title>
		<link>https://lifelinux.com/repair-and-optimize-all-tables-in-all-mysql-databases-using-command/</link>
					<comments>https://lifelinux.com/repair-and-optimize-all-tables-in-all-mysql-databases-using-command/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Mon, 01 Aug 2011 01:17:06 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[mysql optimize table]]></category>
		<category><![CDATA[mysql repair table]]></category>
		<category><![CDATA[mysqlcheck]]></category>
		<category><![CDATA[Optimize All Tables In All MySQL Databases]]></category>
		<category><![CDATA[Repair And Optimize All Tables]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=900</guid>

					<description><![CDATA[<p>There&#8217;s a simple command to automatically check, repair and optimize all tables in all databases when you&#8217;re running a MySQL server on Linux / Unix / BSD. mysqlcheck -u{username} -p{password} –check –optimize –auto-repair –all-databases Where: {username} – user full access to the all databases {password} – password for {user} account mysqlcheck uses the SQL statements [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/repair-and-optimize-all-tables-in-all-mysql-databases-using-command/">Repair And Optimize All Tables In All MySQL Databases Using Command</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>There&#8217;s a simple command to automatically check, repair and optimize all tables in all databases when you&#8217;re running a MySQL server on Linux / Unix / BSD.</p>
<pre>mysqlcheck -u{username} -p{password}  –check –optimize –auto-repair –all-databases</pre>
<p><span id="more-900"></span><br />
<strong>Where:</strong><br />
{username} – user full access to the all databases<br />
{password} – password for {user} account</p>
<p><strong>mysqlcheck</strong> uses the SQL statements CHECK TABLE, REPAIR TABLE, ANALYZE TABLE, and OPTIMIZE TABLE in a convenient way for the user. It determines which statements to use for the operation you want to perform, and then sends the statements to the server to be executed.</p>
<p>See the <a href="http://dev.mysql.com/doc/refman/5.0/en/mysqlcheck.html">mysqlcheck</a> docs for more information.</p>
<g:plusone href="https://lifelinux.com/repair-and-optimize-all-tables-in-all-mysql-databases-using-command/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/repair-and-optimize-all-tables-in-all-mysql-databases-using-command/">Repair And Optimize All Tables In All MySQL Databases Using Command</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/repair-and-optimize-all-tables-in-all-mysql-databases-using-command/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
