Re: Recommended MySQLDump options

2009-01-21 Thread Baron Schwartz
On Wed, Jan 21, 2009 at 12:36 AM, wrote: > Hello mysql, > > I would like to run a PHP script to perform a CRON Database backup to > avoid passing database credentials to the CRON process. Does this make > sense? I'm not sure what your question about this is, but: if you don't want to pass creden

Re: Recommended MySQLDump options

2009-01-21 Thread John Daisley
You need to consider things like how you plan to carry out recovery in the event of a failure and portability, then choose options which best meet your needs. You don't really want to go trying someone else's settings without knowing exactly what output you are going to produce and whether that out

Re: Recommended MySQLDump options

2009-01-21 Thread Daevid Vincent
On Wed, 2009-01-21 at 13:36 +0800, mik...@qualityadvantages.com wrote: > Hello mysql, > > I would like to run a PHP script to perform a CRON Database backup to > avoid passing database credentials to the CRON process. Does this make > sense? > > What are the recommended MySQLDump options that sh