Quote:
|
Originally Posted by omegatron Only you would know if those are correct.
There is also another thread where I posted this bug fix for adm-backup.php
find this line
$dumpcmd = "$mysqldumppath --opt -h $host -u$mysql_user -p$mysql_password $database ";
replace with
$dumpcmd = "{$Gbobals['mysqldumppath']} --opt -h $host -u$mysql_user -p$mysql_password $database "; |
Forgot to mention, I made also already this change dscribed above in the adm-backup.php file