How to import your existing table structure in EER diagram using MySQL Workbench?

StackOverflow https://stackoverflow.com/questions/22445361

  •  15-06-2023
  •  | 
  •  

I just want to ask about my problem. Right now I have an existing database and tables. And I want to get the structures of every table. I just need to get their column name for comparison for other tables.

But How can I include this in an EER diagram? What I did is I copied all the tables column in a paper and I manually inputted the details to the MySQL workbench EER tool. I have a lots of tables. So it is so difficult for me to input one by one all of the tables. Is there an easy way? Can you provide me any links how to do that? Ok that's all. Thanks.

有帮助吗?

解决方案

If you want to generate an EER Diagram of existing MySQL database you can use the Reverse Engineer feature of MySQL workbench.

Database -> Reverse Engineer

其他提示

Two ways to start reverse engineering process in MySQL workbench (actual version June 2016):

a) go to the main site and on the right side of of the header "Models" click on the ">" sign and select "Create EER Model from Database"

b) key combination: Ctrl + R

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top