Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have 2 schemas in a database about the same application (Different versions)

I want to generate a Delta script with the differences

It exists some tool that helps me (Open source solution should be perfect)

Thank you

share|improve this question

4 Answers

Navicat for MySQL does this with its "Structure Synchronization" tool, but it is not open source (US$179). It will compare tables showing you all the differences and also provide you with the SQL to sync them up.

There is a free 30-day trial which you could use to do a quick comparison. Windows, Linux, and Mac versions.

share|improve this answer
Navicat for MySQL is priceless. – gahooa Aug 22 '09 at 1:54

mysql-diff does schema comparison.

share|improve this answer

Try using dbForge Schema Compare for MySQL. It's not a free tool, though it offers free 30-days trial period.

dbForge Schema Compare for MySQL

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.