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.