Re: mysqldump and OS X

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10 May 2005, at 07:24, Constantin Brinzoi wrote:

maybe you have to specify the full path to mysqldump like:

passthru("/path/to/mysqldump --opt -h$dbhost -u$dbuser -p$dbpass $dbname

It was worth a try - but no, changing the exec line to:

exec("/usr/local/mysql-standard-4.1.7-apple-darwin7.5.0-powerpc/bin/ mysqldump --opt -h$dbhost -u$dbuser -p$dbpass $dbname >$filename");

Doesn't seem to make any difference :-(

Thanks anyway.

R

[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux