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
