MySQL Backup Script
In 2011 the standard trick for backing up MySQL from PHP was a homegrown mysql_dump() function that walked mysql_list_tables() and
In 2011 the standard trick for backing up MySQL from PHP was a homegrown mysql_dump() function that walked mysql_list_tables() and