I posted some new database scripts for use with MySQL.
One's just a wrapper for mysqldump, but it's really handy because it makes saving all your site's data as easy as visiting a URL and saving the file there.
The other two are useful if you CAN'T use mysqldump for some reason but need to create the SQL that would re-create and re-fill the database tables.
MySQL database dumping utilities (when you can't use mysqldump)
description |
download - schema tool
source - data tool
source