I can give client the access to phpMyAdmin of his site for back up the database. But I only want him to use the back up database functions, nothing else. All the other activities should be through the web site's web access administration pages.
What I am thinking is I will just modify the phpMyAdmin pages, only show the client the database back up pages. It should be easy to do.
Except this approach, is there a simple, reliable, safe codes that I can use to let the client back up his database?
Thanks!