This is something that is commonly done. One of the ways I do it is that I export my database before I work on it. Then after the changes I export it. Then, preform a diff on the two files.
If you find another way I would love to read about it.
Matt Farina
Geeks and God Co-Host
www.mattfarina.com
I want to subtract one MySQL database from another so that I can see the difference between the two. What's the easiest way to do this?