| List: | MySQL on Win32 | « Previous MessageNext Message » | |
| From: | Matt W | Date: | August 26 2003 4:31am |
| Subject: | Re: how to generate a summary of structures of all tables in a database | ||
| View as plain text | |||
----- Original Message ----- From: "tatskie" <melchorsy@stripped> To: "win32mysql" <win32@stripped> Sent: Monday, August 25, 2003 8:28 PM 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? Hi, You mean the CREATE TABLE statements? mysqldump can do that with the -d or --no-data option. Example: mysqldump -d database_name Hope that helps. :-) Matt
| Thread | ||
|---|---|---|
| • how to generate a summary of structures of all tables in a database | tatskie | 26 Aug |
| • Re: how to generate a summary of structures of all tables in a database | Matt W | 26 Aug |
| • Re: how to generate a summary of structures of all tables in a database | tatskie | 26 Aug |
| • Re: how to generate a summary of structures of all tables in a database | Rajesh Kumar | 26 Aug |
| • Re: how to generate a summary of structures of all tables in a database | Tim Endres | 26 Aug |
| • RE: how to generate a summary of structures of all tables in a da tabase | jbonnett | 27 Aug |
