MySQL Forums
Forum List  »  General

Re: Perform a custom backup
Posted by: Jay Alverson
Date: March 26, 2009 05:17PM

Download the MySQL Manual for your version at:
http://dev.mysql.com/doc/#refman

Checkout Chapter 4.5.4. mysqldump — A Database Backup Program

and the --where option which you can use on the command line

--where='where_condition', -w 'where_condition'

Dump only rows selected by the given WHERE condition. Quotes around the condition are
mandatory if it contains spaces or other characters that are special to your command
interpreter.

>

Thanks, Jay

Options: ReplyQuote


Subject
Written By
Posted
March 26, 2009 03:48PM
Re: Perform a custom backup
March 26, 2009 05:17PM


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.