I need know all the changes that happen in the mysql database during a process. All changes are insert only. For that i dumped the database before and after using following command
> mysqldump -u root -p sgdatabase_310ec9ef0bcea1f9c677369ea973ab75 > AfteOpDb.sql
Is there a way to see all the insert happens in the database on table by table bases?
And i don't mean text compare tool, Something specific to db that shows the difference graphically would be very nice.
OS : Windows
As stated by OMG Ponies in this answer, you can use a DIFF tool. A couple that can be used and are free (again, suggested in the original post) are:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With