Create DB ER Diagram using MySQL Workbench
reference https://medium.com/@tushar0618/how-to-create-er-diagram-of-a-database-in-mysql-workbench-209fbf63fd03
ensure DB is present
click Database > Reverse Engineer
select stored connection and click Next
on Connect to DBMS completion, click Next
on Select Schemas page, select target schema and then Next
on Retrieve Objects completion, click Next
on Select Objects, keep target tables for the ER diagram ON THE LEFT panel. Tables moved to the right panel will be excluded.
keep "Import MySQL Table Objects" checked
keep "Place imported objects on a diagram" checked
after selecting tables, click Execute
on Reverse Engineering Progress completion, click Next
to create image, File > Export As Png












