Comments on: How to check and optimize MySQL tables in parallel http://www.xaprb.com/blog/2007/10/03/how-to-check-and-optimize-mysql-tables-in-parallel/ Stay curious! Fri, 10 May 2013 18:25:19 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: rolly http://www.xaprb.com/blog/2007/10/03/how-to-check-and-optimize-mysql-tables-in-parallel/#comment-19058 rolly Fri, 14 Jan 2011 18:51:00 +0000 http://www.xaprb.com/blog/2007/10/03/how-to-check-and-optimize-mysql-tables-in-parallel/#comment-19058 Thanks for this post. I am a little confused about the syntax. Here’s my command:

mk-parallel-dump –port=3306 –user=user –password=pass –databases=myforum –tables=mytable1,mytable2 –noresume –verbose localhost — ‘/usr/bin/mysqlcheck –user=user –password=pass –port=3306 –check %D %N’

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’m doing wrong?

]]>