Are they any tools to extract out the relationships in a MyISAM database into an ER diagram?
I understand that MyISAM doesn't have foreign keys, but the columns in my database that represent foreign key relationships share the same names between tables. Are there any programs that can reverse engineer the schema into a ER diagram?