How to Schema Diff two databases using MySQL Workbench?

database, mysql, mysql-workbench, schema

Solution

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.

Problem

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.

Original source

Related problems