Quote:
Originally Posted by kall
With - same error.
Without (assuming that means, to change LOCK to 0) - Failover was initiated for MySQLDump Binary & An error occured during the MySQL backup. Details (Could not open Destination SQL file for writing.)
|
If your getting the destination SQL error, means the directory your trying to write to is not CHMOD 0777 most likely.
Paste your current configuration, in a PM to me.
Edit: I also remodified the config file, I accidentally had TYPE set to 0, make sure you have
$backup['TYPE'] = 1;
Also: Try and get SafeMode turned off for your domain if possible, you always want to use mysqldump if possible.
In the config file also.