We have to make some changes to our databases (creating tables, Running special SQL queries).
Is there some way in MySQL Workbench to import a structure, edit it with a graphical interface and then getting some piece of SQL Code that I can use to transform my old structure into the new structure?
To explain my problem a bit further: I need a way to transform my MySQL database structure to a new structure (adding databases and values into those tables) without interrupting the production environment for too long.
I would prefer a solution in MySQL Workbench (I'm using version 6.3) but also accept any other answer to do this (for free)