That works. Thanks.

Tony


-----Original Message-----
From: Mogens Melander <[EMAIL PROTECTED]>
To: Olaf Stein <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]; MySql <mysql@lists.mysql.com>
Sent: Mon, 23 Jul 2007 12:29 pm
Subject: Re: Seeing Table Structure




Try this:
# mysqldump -d DBNAME > tables.sql
--no-data, -d
  Do not write any row information for the table.
 This is very useful if you want to dump only
 the CREATE TABLE statement for the table.
On Mon, July 23, 2007 18:22, Olaf Stein wrote:
 I don't know of any way of doing this for all tables.
 I wrote a python script that creates a html file with information about
 tables (engine, fields,keys,indices)

 If you are interested in it I can email it

 Olaf

 On 7/23/07 11:34 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> Hi;
> I need to see the table structure of all the tables of a database I have. I
> could also just dump all the data from all the tables in the database and 
opy
> the database, thus grabbing the table structures. I canĀ“t find in the
> documentation how to do either of those. Please advise.
> TIA,
> Tony
> ________________________________________________________________________
> AOL now offers free email to everyone.  Find out more about what's free from
> AOL at AOL.com.







 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]


 --
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.



- 
ater
Mogens Melander
45 40 85 71 38
66 870 133 224

-- 
his message has been scanned for viruses and
angerous content by MailScanner, and is
elieved to be clean.

- 
ySQL General Mailing List
or list archives: http://lists.mysql.com/mysql
o unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]


________________________________________________________________________
AOL now offers free email to everyone.  Find out more about what's free from 
AOL at AOL.com.

Reply via email to