Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate ERD from SQLyog

is there a way for me to generate an Entity Relationship Diagram (ERD) from SQLyog? or if not, from PHPmyAdmin of XAMPP? thanks!

like image 797
Brandon Young Avatar asked Mar 18 '12 13:03

Brandon Young


People also ask

Can we generate ER diagram from database?

You can also import your own database to streamline ERD creation. LucidChart has plenty of collaboration options so you can work on the diagram with your teammates collectively (with features like sticky notes, comments, and mentions).

How do I get ERD from SQL Server?

Open SQL Server Management Studio (SSMS). In the Object Explorer on the left, expand your database. Right-click on Database Diagrams, and then select New Database Diagram.


1 Answers

SQLyog has this feature- Schema designer, which is a visual interface where tables and table structures can be defined, displayed and manipulated. But Schema Designer is not a full featured ERD diagramming tool. I don't think it is possible to generate from PHPMyAdmin either. You could look into this.

like image 120
Ashwin A Avatar answered Nov 04 '22 23:11

Ashwin A