简体   繁体   中英

How can I draw my database design?

I have mysql database and I want a software which can draw the database design for me?

is there any way to do this?

Thanks

I think you can use MySQL Workbench, it's supposed to have reverse engineering (from database to model).

http://dev.mysql.com/workbench/

Have a look at MySQL Workbench , it's free and next release (currently alpha) will be major step forward (it will replace MySQL Query Browser).

You can do reverse engineering with Visual Architect or Power Designer but you have to pay.

Toad for Mysql也做得很好。

Just to complete the Oskar answer.

Here is the link: MySQL Workbench

And some screenshots:

工作台视觉设计
(source: mysql.fr )
工作台变更管理
(source: mysql.fr )

By the way i don't think the reverse engineering feature is available in the free version..

You can also take a look at those ones:

You can use SQLyog's Schema Designer tool.

It is very simple and intuitive to use. One can create visual DB design from existing Database in just 3 clicks;

  1. Select Database,
  2. Right Click on canvas to choose tables,
  3. Click on OK (as all tables are selected by default)

It is worth giving a try... Hope it helps...

SQLyog的Schema Designer工具截图

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM