Martin, my compliment. 

Excellent answer.
I completely forgot about the -d option for mysqldump.

Best regards

Nils Valentin
Tokyo/Japan


2003年 6月 11日 水曜日 22:32、Martin Waite さんは書きました:
> On Wed, 2003-06-11 at 14:29, Fernando Gerent wrote:
> > Hi!
> >
> > I need to print the description of all tables in my database. The problem
> > is, there are about 200 of them, and the only way I know to do this is
> > send each of the screens to a file, an then print the file. Isn't there
> > any easier way, like printing directly from mysql or at least saving all
> > descriptions to the file at once??
>
> Hi,
>
> Try:
>
> mysqldump -d -u user -p database-name
>
> regards,
> Martin

-- 
---
Valentin Nils
Internet Technology

 E-Mail: [EMAIL PROTECTED]
 URL: http://www.knowd.co.jp
 Personal URL: http://www.knowd.co.jp/staff/nils


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

Reply via email to