|
Difference between MySQL databases
Does anyone have ideas on how to do a difference between databases?
For example, I have 50 tables in a database on some software that I bought. I want to take a snapshot of the database, upload a photo, edit a gallery, then take another snapshot of the database to see what changed.
Any ideas on how I can do that?
> mysql databaseB - databaseA
I am thinking to do a dump of the database, make a new DB, then source it. Make my changes on the site...
But then how do I do a "difference of everything in all tables" dump?
|