I need to backup a MySQL database remotely via a link in a web page.
I am unable to have any sort of access to the command line and cannot therefore use mysqldump nor can I schedule it using Cron or any other such tool leaving me with the option of a remote backup as described above using a button or a link in a webpage.
My question is wha is the best way of doing it? Is the only practical way going to involve a mass select etc or is the a better way using PERL or something similar?
TIA, Chris.
I am unable to have any sort of access to the command line and cannot therefore use mysqldump nor can I schedule it using Cron or any other such tool leaving me with the option of a remote backup as described above using a button or a link in a webpage.
My question is wha is the best way of doing it? Is the only practical way going to involve a mass select etc or is the a better way using PERL or something similar?
TIA, Chris.