• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

PHP script to output the structure of a MySQL database?

mugs

Lifer
Is there something out there already written that will take a MySQL database and output the structure neatly formatted for printing or whatnot? PHPMyAdmin does something similar with the Print View button on the Structure tab, but it only does it for one table at a time. I want to be able to do the whole database at once.
 
I have one that dumps the structure to an XML file. If you knew XSL, you could easily make it output the XML into an HTML page, formatted for printing.
 
Back
Top