MySQL – How to Get a Schematic Diagram/Layout of an Existing Database

database-designerdMySQL

I am looking for a schematic diagram of an existing database.
More precisely, I wan't to re-create the database model / schematics / the Entity Relationship Diagram (ERD) showing all the links between the tables of this existing database in MYSQL,I am using MYSQL workbench as an IDE,does it have database modelling tools to extract this?if not what other tools can do this?

UPDATE:

enter image description here

Best Answer

You can use Reverse Engineer under Database menu:

enter image description here

You just need to rearrange the tables.