Name: Anonymous 2011-11-04 17:02
I am tasked with understanding a MySQL database on a Linux box. The database is not that complicated, but how do I see foreign key relationships? I don't see them when I use "show columns" or "describe". So far I've been using only console commands; is there a way to do this through console or do I have to use MySQL workbench and generate the EER diagram?