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
primaryandforeignkeys, then it's possible to find out what table has a relation with another table etc. Thus you could make a database diagram from that. No idea if phpMyAdmin supports that though.