MySQL Forums
Forum List  »  Backup

mysqldump --show_progress_size option missing?
Posted by: Steven Hyland
Date: January 10, 2012 10:22AM

According to this link (http://lists.mysql.com/commits/104496), a patch was committed to mysqldump.exe over a year ago that would print progress to the command line every so many lines if mysqldump was invoked with the options --verbose and --show_progress_size. However, when I run the command

mysqldump -u <user> -p<password> --verbose --show_progress_size <database_name> > "C:\thingy.sql"

I get the error message below:

mysqldump: unknown option '--show_progress_size'

I am unable to find any record of this option being removed from mysqldump. I am using version 5.1.58 of MySQL community server, with mysqldump at Ver 10.13.

Options: ReplyQuote


Subject
Views
Written By
Posted
mysqldump --show_progress_size option missing?
5920
January 10, 2012 10:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.