PDA

View Full Version : MySql schema editor


Nano
May 18th, 2007, 08:18 AM
Hi there, guys.
One question, does anyone of you know some software that will help me to print out the table relations and database schema for mysql?

Something that will print out the table definitions and its arrows connecting the keys with other tables' keys.

Any ideas?

Thanks in advance

turinglabs
May 23rd, 2007, 01:31 PM
I haven't used it, but phpmyadmin has a PDF schema export feature that might do what you want:

http://www.phpmyadmin.net/documentation/#faqpdf

Doug