To complement my patches to show import progress using the mysql client I have created a minor patch to mysqldump.  This new patch for MySQL 5.1.30 will show you the number of rows dumped so far every 10,000 rows when using the --verbose parameter.  The output should be similar to this:

-- Retrieving table structure for table testing...
-- Sending SELECT query...
-- Retrieving rows...
-- 20000 rows dumped
Comments:

After suggestions by Sinisa I will be creating an improved version of this patch soon.

Posted by LinuxJedi on December 11, 2008 at 03:43 PM GMT #

Post a Comment:
  • HTML Syntax: NOT allowed

This blog copyright 2009 by LinuxJedi