Hello,
I'm helping code an open source php/mysql forums software.. http://www.yabb.info/community/ if you are interested.
Anyways, as a feature, I wanted to let people back up their mysql databases. Because the forums will likely be running with safe mode on (most people use free hosts for hosting bb's), I can't exec a mysqldump command. I want to know if there is a script for dumping a mysql database in a format that would allow it to be queried back in. I've looked around and can't find a script that does that, besides phpmyadmin. Any ideas?