Find the table(column) that a FK links to? MySql
        Posted  
        
            by acidzombie24
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by acidzombie24
        
        
        
        Published on 2010-05-30T10:55:21Z
        Indexed on 
            2010/05/30
            11:02 UTC
        
        
        Read the original article
        Hit count: 134
        
mysql
I am ok with mysql. when i use desc tablename i can see columns with MUL meaning it is a foreign key. Now my question is, how do i find out exactly what table and column that column is pointing to.
© Stack Overflow or respective owner