Home / Databases / MySQL / How can I get mysql table definitions in my php script?
How can I get mysql table definitions in my php script?
Last updated: 07/01/2009
This will dump all the tables and fields in your database, showing the field types, and other attributes. Useful for building something bigger, or when you don't have command line access to the database to see what the structure looks like.