MySQL Forums
Forum List  »  Backup

Re: how to backup a single database - command
Posted by: Rick James
Date: June 28, 2012 11:23PM

3rd paragraph in the online doc:
Quote

There are three general ways to invoke mysqldump:

shell> mysqldump [options] db_name [tbl_name ...]
shell> mysqldump [options] --databases db_name ...
shell> mysqldump [options] --all-databases

-- http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: how to backup a single database - command
1426
June 28, 2012 11:23PM


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.