The easiest solution may be rather manual:
- Dump the schema and table names.
- Loop over schema and table names, dumping each in turn (making sure to order by a set of columns giving a unique ordering) to the same file or a file per table.
- Repeat for the other database.
This should get you an easily comparable output.