3

Is there any tool that can compare the development database and the public database?

p.campbell
  • 91,713
  • 61
  • 243
  • 314
ilhan
  • 7,981
  • 30
  • 107
  • 186
  • If you want to compare content too, you can use the checksum function: http://dev.mysql.com/doc/refman/5.0/en/checksum-table.html – Capsule Apr 20 '11 at 16:05
  • 1
    You may find these useful - http://stackoverflow.com/q/1607/569659 - http://stackoverflow.com/q/6371/569659 - http://stackoverflow.com/q/4952/569659 - http://stackoverflow.com/q/175451/569659 – mark-cs Apr 20 '11 at 16:04

3 Answers3

3

Redgate software have a schema comparison tool called MySQL Compare, which I have used to great effect before. When we had an issue with our databases getting out of sync. It is in early access/beta so it is currently free.

Unfortunately it is Windows only and I have not tried it under Wine on linux.

Treffynnon
  • 20,415
  • 5
  • 59
  • 95
0

Redgate Software bundle has both data and schema compare. I've been using them happily without looking back.

PS: It is for SQL Server only though...

mevdiven
  • 1,872
  • 2
  • 17
  • 32
0

I ended up using Navicat for MySQL.

Treffynnon
  • 20,415
  • 5
  • 59
  • 95
ilhan
  • 7,981
  • 30
  • 107
  • 186