Comments on: Introducing MySQL Table Maintainer http://www.xaprb.com/blog/2007/03/25/introducing-mysql-table-maintainer/ Stay curious! Thu, 02 May 2013 12:36:53 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Karthik http://www.xaprb.com/blog/2007/03/25/introducing-mysql-table-maintainer/#comment-15715 Karthik Wed, 21 Jan 2009 17:11:14 +0000 http://www.xaprb.com/blog/?p=327#comment-15715 Well, it gives a more detailed report for starters.
Also, it would be great if it gave a summary at the end of the run as to how many tables were checked/which had issues so that further investigation is possible. This helps for people like me who have 40k + tables. mysqlchk scrolls too fast and its a pain to keep looking at the OKs to see if anything is not OK!

]]>
By: Xaprb http://www.xaprb.com/blog/2007/03/25/introducing-mysql-table-maintainer/#comment-5420 Xaprb Sat, 31 Mar 2007 00:27:39 +0000 http://www.xaprb.com/blog/?p=327#comment-5420 No extra locks like LOCK TABLES. But I’m seriously considering deleting this tool, since as Peter pointed out it (mostly) duplicates the functionality of mysqlcheck :(

]]>
By: Sheeri http://www.xaprb.com/blog/2007/03/25/introducing-mysql-table-maintainer/#comment-5412 Sheeri Fri, 30 Mar 2007 13:33:02 +0000 http://www.xaprb.com/blog/?p=327#comment-5412 Do you mean it doesn’t lock at all? Or just doesn’t lock on top of the commands like REPAIR?

]]>
By: Xaprb http://www.xaprb.com/blog/2007/03/25/introducing-mysql-table-maintainer/#comment-5304 Xaprb Mon, 26 Mar 2007 16:41:57 +0000 http://www.xaprb.com/blog/?p=327#comment-5304 Wait, how did I miss mysqlcheck? I spent several evenings duplicating a tool that’s already provided :-(

I will have to research more carefully next time!

]]>
By: Peter Zaitsev http://www.xaprb.com/blog/2007/03/25/introducing-mysql-table-maintainer/#comment-5303 Peter Zaitsev Mon, 26 Mar 2007 15:57:03 +0000 http://www.xaprb.com/blog/?p=327#comment-5303 Hm,

Why are you looking at myisamchk at all ? Especially if you’re working with multiple storage engines you’re much better of using mysqlcheck instead.

myisamchk has some features which are myisam specific and not available via mysqlcheck.

]]>