<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to check and optimize MySQL tables in parallel</title>
	<atom:link href="http://www.xaprb.com/blog/2007/10/03/how-to-check-and-optimize-mysql-tables-in-parallel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2007/10/03/how-to-check-and-optimize-mysql-tables-in-parallel/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:41:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: rolly</title>
		<link>http://www.xaprb.com/blog/2007/10/03/how-to-check-and-optimize-mysql-tables-in-parallel/#comment-19058</link>
		<dc:creator>rolly</dc:creator>
		<pubDate>Fri, 14 Jan 2011 18:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2007/10/03/how-to-check-and-optimize-mysql-tables-in-parallel/#comment-19058</guid>
		<description>Thanks for this post. I am a little confused about the syntax. Here&#039;s my command:

mk-parallel-dump --port=3306 --user=user --password=pass --databases=myforum --tables=mytable1,mytable2 --noresume --verbose localhost -- &#039;/usr/bin/mysqlcheck --user=user --password=pass --port=3306 --check %D %N&#039;

And the output is this:

CHUNK  TIME  EXIT  SKIPPED DATABASE.TABLE
  tbl  0.02     0        0 forum.mytable1
  tbl  0.16     0        0 forum.mytable2
   db  0.16     0        0 forum
  all  0.16     0        0 -

However, the tables have not been checked. Can you help me understand what I&#039;m doing wrong?</description>
		<content:encoded><![CDATA[<p>Thanks for this post. I am a little confused about the syntax. Here&#8217;s my command:</p>
<p>mk-parallel-dump &#8211;port=3306 &#8211;user=user &#8211;password=pass &#8211;databases=myforum &#8211;tables=mytable1,mytable2 &#8211;noresume &#8211;verbose localhost &#8212; &#8216;/usr/bin/mysqlcheck &#8211;user=user &#8211;password=pass &#8211;port=3306 &#8211;check %D %N&#8217;</p>
<p>And the output is this:</p>
<p>CHUNK  TIME  EXIT  SKIPPED DATABASE.TABLE<br />
  tbl  0.02     0        0 forum.mytable1<br />
  tbl  0.16     0        0 forum.mytable2<br />
   db  0.16     0        0 forum<br />
  all  0.16     0        0 -</p>
<p>However, the tables have not been checked. Can you help me understand what I&#8217;m doing wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

