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.

Does anyone know how to pull a database Scheme Diff for two databases using MySQL Workbench. v5.2 states it has this feature, but I can't seem to find it. I must use MySQL Workbench.

share|improve this question
You may want to take a look at [this][1]. [1]: stackoverflow.com/questions/225772/compare-two-mysql-databases – Skippy Fastol Apr 20 '12 at 14:42
How about with MySQL Workbench? – jjwdesign May 7 '12 at 17:35

2 Answers

up vote 2 down vote accepted

The database diff tool is part of the MySQL Utilities that you can access through MySQL Workbench in Plugins -> Start Shell for MySQL Utilities. You can find the relevant documentation here.

share|improve this answer

I think the new link for the manual is http://docs.oracle.com/cd/E17952_01/workbench-en/mysqldiff.html

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.