Hello Birdie501,
I am unable to restore db.
I feel something is wrong in the $programm variable:
// ###################### Start Dorestore #######################
if ($HTTP_POST_VARS['action']=="dorestore") {
if(file_exists($pfad."/backup.sql.gz")==1):
$programm="c:/usr/mysql/bin/mysqldump";
$parameter="--host=".$db_host." --user=".$db_username." --password=".$db_passwort." --database=".$db_name." <".$pfad."/backup.sql";
What should go in the $programm variable line please?
by the way, I am using Apache on Windows and using v2.3 and all is so far working fine, thanks for this useful hack!