Hi,
I would like to enable the user to backup his tables. I could do that by making a system call to mysqldump (which does what I want), but it is not allowed to do system calls on the web hotel in question.
I don't feel comfortable letting the user have access to mysqladmin, so thats not the way to go.
How can I achieve this by making my own script? As far as I know, there is no selection statements that give the same output as mysqldump does. Can you help?
Thanks,
Per