MySQL Forums
Forum List  »  Backup

Re: Setting and obtaining MySQLDump defaults
Posted by: Ulf Wendel
Date: April 29, 2005 03:15PM

William Curry wrote:
> command? And, where can I set them?

The main config file for MySQL is the my.cnf. Many MySQL tools use that file, check http://dev.mysql.com/doc/mysql/en/option-files.html . Mysqldump is no execption to this rule.

As a rule of thumb you can use all --something command line switches also in the my.cnf. --something translates into "something=" in the config file. Note that the entries will only be evaluated if they appear in the correct "group" ([mysqldump]).

Ulf

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Setting and obtaining MySQLDump defaults
2697
April 29, 2005 03:15PM


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.