How to create ER Diagram of an existing database using MySQL Workbench

RP
RishitPatel.com
Published in
3 min readNov 5, 2019
How to create ER Diagram of an existing database using MySQL Workbench

The following step-by-step guide will help you create ER Diagram of an existing database using MySQL Workbench very easily.

Step 1:

Open your MySQL Workbench and click on Database. (You can also press Ctrl+R and skip first two steps)

Step 2:

Now click on Reverse Engineer…

Step 3:

Select your database connection and click on Next.

Step 4:

Click on Next when you see fetch finished.

Step 5:

Select the database schema for which you want to create the ER diagram and then click on Next.(You can select multiple databases also)

Also read: The Boot Process

Step 6:

Now, it will retrieve objects from the selected database and check results, after the blue ticks in similar to the image below appear and you see Finished, click on Next.

Step 7:

Now there will be option to select MySQL table objects to reverse engineer, it’s the objects for which you want to create the diagram, After selecting objects click on Execute. (Make sure that checkbox at bottom-left corner labeled as “Place imported objects on a diagram is checked)

Step 8:

Now click on Next.

Step 9:

Click on Close.

Step 10:

Now you will see the ER Diagram of an existing database that you have selected.

I hope you will find this tutorial on how to create ER Diagram of an existing database using MySQL Workbench helpful. If you have any suggestions or you need any help feel free to comment in the comment section below.

Originally published at https://rishitpatel.com on November 5, 2019.

--

--