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