sir, after I hit Backup, and go to see the attach folder, doesn't have backup file generated
the path I try before is:
// for problems with backup / restore.
//$sqlpath = "/usr/bin/mysql/";
//$sqlpath = "/usr/local/bin/mysql/";
//$sqlpath = "/usr/local/mysql/bin/";
//$sqlpath = "/usr/local/psa/mysql/bin/";
$sqlpath = '/usr/bin/';
//$sqlpath = '/usr/local/bin/';
And, my host correct path is $sqlpath= /usr/bin/mysql
I plan to upgrade to v1.8, but since this backup function not working, what should I do?
What if I download the backup in .gz from the cpanel>backup ?
What if I export all the sql table file from phpmyadmin ?
Will it affect the file... when I restore backup if I use these method?