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). |
|||||
|
|
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. |
|||
|
|
|
Just to complete the Oskar answer. Here is the link: MySQL Workbench And some screenshots:
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;
It is worth giving a try... Hope it helps...
|
|||
|
|