Here is what I am looking for. I would love to have a tool that can be used to populate a database, allow us to do some interactive testing, and then reset the database to where it was before we started using it. Kind of like a DB fixture for unit testing, but for a user to use instead of an automated test suite. Does something like this exist?
This would be for MySQL. We use php/mysql as our main platform.
Thanks!