Well... to be honest, I have absolutely no idea where to even start solving this.
I'd like to view a dependency tree of all my InnoDB tables' Foreign Keys. I want to have a visual representation available.
If it helps, it can be assumed that there are no circular references. I don't know if MySQL even lets you define a circular reference, but anyway...
I just need to know where to look to even find foreign key information, or if there's already a solution out there to do this.