Thanks for your suggestion, i don't know how that would actually be done,
but still, I need to do this based on the selection done by the web user.
The interfase is pretty like the phpMyAdmin, only much simpler, the options
are to backup the entire database, just data or just structure.
"Jonathan
can you just use a cron job and mysqlbackup instead? it does what you
want and is already written.
Jon
Mauro Chojrin wrote:
Hi:
I'm developing a db application with php and I have this problem:
I have a script for backup making which is very simple, it just goes
through the entire database cre
Hi:
I'm developing a db application with php and I have this problem:
I have a script for backup making which is very simple, it just goes
through the entire database creating a file which contains the sql
statements to re create the database. The first thing the script does y
increase the tim