Question

I just want to compare two mysql tables (with the same structure, actually these are two versions of the same table) visually to see the difference:

  • see modified/added/removed records
  • for modified records emphasize (e.g. by colour) which columns were modified.

Of course I can write it myself but why reinvent the wheel.

Is there any such ready-to-use PHP script available?

Solutions that don't need any framework are preferred. Please don't post code, I can do it myself if necessary. I'm only asking about ready & tested tool.

No correct solution

OTHER TIPS

Have a look at Compare two MySQL databases. Might be something you need. Also here are something about unmatching rows http://www.mysqltutorial.org/compare-two-tables-to-find-unmatched-records-mysql.aspx.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top