Hello,
I am currently using a script called PHP-Dump to backup my entire MySQL database (which resides on a remote server). Can someone suggest a PHP script that I can use to upload the backup file (entire database or individual tables) in the event of a server crash? (note that I cannot issue MySQL commands directly to the server, I must do it via PHP).
Thanks,
Paul.