Create a new MySQL database using Workbench

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.

+5
source share
3 answers

I believe that you want to select the "Database" menu, and then select " Forward Engineer ".

+6
source

Yes, you can create a database from MySQL Workbench. the steps are below.

In MySQL Work bench 6.0 CE.

  • You are running MySQL Workbench.
  • In the menu bar, click "Database" and select "Connect to Database"
  • , , . "".
  • , , , , . , , ....

phpmyadmin, wamp- , ER-, Reverse Engineer , ER-, .

, , , , .

...

+1

From the Workbench main menu, select DatabaseForward Engineer . That should do what you ask.

0
source

All Articles