Compare structures of two databases?

Posted by streetparade on Stack Overflow See other posts from Stack Overflow or by streetparade
Published on 2010-03-05T19:39:37Z Indexed on 2010/03/24 9:23 UTC
Read the original article Hit count: 281

Filed under:
|
|
|
|

Hello, I wanted to ask whether it is possible to compare the complete database structure of two huge databases. We have two databases, the one is a development database, the other a production database. I've sometimes forgotten to make changes in to the production database, before we released some parts of our code, which results that the production database doesn't have the same structure, so if we release something we got some errors. Is there a way to compare the two, or synchronize?

© Stack Overflow or respective owner

Related posts about database

Related posts about mysql