Utility to create "data dictionary" for MySQL database

Casey Flynn picture Casey Flynn · Jan 14, 2011 · Viewed 18.4k times · Source

I'm wondering if there is a utility that exists to create a data dictionary for a MySQL database.

I'm considering just writing a php script that fetches the meta data about the database and displays it in a logical format for users to understand but I'd rather avoid that if there is some pre-built utility out there that can simply do this for me.

Answer

Nishant picture Nishant · Jan 14, 2011

Have you looked into HeidiSQL or phpMyAdmin?

Also, MySQL Admin.

Edit#1 fixed typo, added more info