Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to construct a database diagram using phpmyadmin? [closed]

Tags:

php

hi everyone i have a question. there is a database in phpmyadmin that include a lot of tables which are connected to everyone almost. is there some mean so that i can have the diagram of all of the tables which are connected to each other

Thnx in advance

like image 531
AliMohsin Avatar asked Jul 20 '26 08:07

AliMohsin


1 Answers

You can't do this in phpmyadmin... You need to use some external tool.

Try:

MySQL Workbench:
http://dev.mysql.com/downloads/workbench/

  • When you choose your OS and download type mysql site will take you to one page where it asks you to login/register this is not required, there is link beneath that it says "» No thanks, just start my download!"

Export your database (structure only export) and use "Reverse Engineer Database" mode.

like image 125
Develoger Avatar answered Jul 21 '26 22:07

Develoger



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!