I'm just trying to create a new MySQL database with a few simple tables.
I created a new EER model in Workbench, so I want me to model the database, I want it, with all the tables / fields that I need. I see no way to take a model and create an actual database from it. Now he just created the MySQL Workbench .mwb file.
I saw this question that is out of date, as it was for Workbench (5.2.33), and it talks about "there is a section on the left pane called" Object "," which does not seem to exist in (5.2.36).
Does the Workbench have the ability to create a database or just to connect / edit existing databases? If Workbench cannot create new databases, what is a simple tool that will be?
I am using MySQL Workbench (5.2.36) for Win 7.
source
share