View all foreign key constraints for entire MySQL database

Posted by Scott Wolf on Stack Overflow See other posts from Stack Overflow or by Scott Wolf
Published on 2010-04-21T15:53:09Z Indexed on 2010/04/21 16:03 UTC
Read the original article Hit count: 235

Filed under:
|
|

I have a large database with over 150 tables that I've recently been handed. I'm just wondering if there is an easy way to view all foreign key constraints for the entire DB instead of on a per-table basis.

© Stack Overflow or respective owner

Related posts about mysql

Related posts about databases