lampstax Posted March 11, 2009 Share Posted March 11, 2009 Hey guys, I'm trying to create flow map (not sure if this is the right way to describe it) of a mysql database. All tables are connected somehow through referenced key, although not enforced references, since this most tables are MyIsam. I'm trying DB Visualizer, but I must be doing something wrong because I can get the tables to show up in their object view, but no references. Maybe because its MyISAM tables ? Or perhaps its just me being a newb to DBV. Here's a screen shot from the DB Visualizer site of what I'm trying to accomplish. http://i44.tinypic.com/2meu0ck.gif There are almost 100 tables. Any quick way to do this ? Link to comment https://forums.phpfreaks.com/topic/148885-mapping-mysql/ Share on other sites More sharing options...
aschk Posted March 11, 2009 Share Posted March 11, 2009 I suspect that DB Visualiser won't show references because they're not enforced in MyISAM tables. Check the DB Visualiser DOCS... Link to comment https://forums.phpfreaks.com/topic/148885-mapping-mysql/#findComment-781998 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.