Web Hosting Talk







View Full Version : Printing Database Relationships


ThatScriptGuy
02-13-2007, 03:24 PM
Recently, I've taken development control over a script that has numerous problems. I'd like to get a printout of a database diagram, showing all of the relationships between the tables, and etc... I used to have a program on my windows machine, but I can't recall what it was called (and I'm on a linux machine now)

Are there any good database design programs or programs that will let me import an SQL dump and can print out some nice information on the databases?
Kevin

lockbull
02-13-2007, 04:10 PM
I highly recommend DBVisualizer; it runs in Java so as long as you have a JRE installed you can run it on pretty much any platform:

http://www.minq.se/products/dbvis/

ThatScriptGuy
02-13-2007, 04:12 PM
That is exactly what I was looking for. AWESOME!