From: Date: August 27 2003 1:40am Subject: RE: how to generate a summary of structures of all tables in a da tabase List-Archive: http://lists.mysql.com/win32/11896 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" mysqldump will generate SQL statements describing your database and has options to get almost as much or as little as what you need. There are also various SHOW commands which will give you similar info e.g. SHOW TABLES FROM SHOW FIELDS FROM SHOW KEYS FROM mysqldump is probably easiest if you want everything but it depends what you want to do with the output. The SHOW commands can produce recordsets you can further process. mysqldump writes SQL. John Bonnett -----Original Message----- From: tatskie [mailto:melchorsy@stripped] Sent: Tuesday, 26 August 2003 10:59 AM To: win32mysql Subject: how to generate a summary of structures of all tables in a database is there an existing script or a mysql command that would describe structure of all tables of particular database? tanx __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com