Associate
Anyone got any good php scripts, links, sites to backup and restore a Mysql Database through a web page?
I know I can do it easily through phpMyAdmin, but my brother just wants something he can do for his Tibia clan forums to save the information. He doesn't want to do anything other than click a button on his site to backup, and select from a list of backed up archives to restore.
Also, could this be automated through php to backup daily, or would there need to be some kind of Windows script? Running on Windows btw!
I know I can call mysqldump with my db credentials using the system command in php, but I can't seem to find or direct the location of the backup in order to search for the file to restore it. Hope this makes sense.
I know I can do it easily through phpMyAdmin, but my brother just wants something he can do for his Tibia clan forums to save the information. He doesn't want to do anything other than click a button on his site to backup, and select from a list of backed up archives to restore.
Also, could this be automated through php to backup daily, or would there need to be some kind of Windows script? Running on Windows btw!
I know I can call mysqldump with my db credentials using the system command in php, but I can't seem to find or direct the location of the backup in order to search for the file to restore it. Hope this makes sense.