3

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

p.campbell
  • 98,673
  • 67
  • 256
  • 322
ilhan
  • 8,700
  • 35
  • 117
  • 201
  • 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
  • 21,365
  • 6
  • 65
  • 98
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,902
  • 2
  • 17
  • 33
0

I ended up using Navicat for MySQL.

Treffynnon
  • 21,365
  • 6
  • 65
  • 98
ilhan
  • 8,700
  • 35
  • 117
  • 201