Subtracting one MySQL database from another

Joined: 03/02/2007
User offline. Last seen 4 years 40 weeks ago.

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?

G&G Podcast Host
Matt Farina's picture
Joined: 06/01/2006
User offline. Last seen 21 weeks 4 days ago.
diff

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

Matt Farina
Geeks and God Former Co-Host
www.mattfarina.com