1

I have two databases, DB mysql & DB Access.
I want to compare two the same tables from this different databases about data and schema. I need a tool for do it. Can you help me!

Thoa
  • 13
  • 1
  • 3

4 Answers4

5

With DataGrip, you can select 2 databases, right-click and select Compare.

Philippe
  • 4,088
  • 4
  • 44
  • 49
1

If it is only for 2 tables with identical columns, the best way would be to extract the data into and ordered csv and use a diff tool to compare the files. If you want to compare many tables and the table structure you'll need to extract each in turn.

kayakpim
  • 985
  • 2
  • 8
  • 28
0

I don't know if it the best but IBM Data Studio can do that if I'm report to this post.

Community
  • 1
  • 1
Francois Borgies
  • 2,378
  • 31
  • 38
0

You could use JetBrains IDE data grip and dump both files out and then compare using either excel or CLI

Mike Tung
  • 4,735
  • 1
  • 17
  • 24