Re: Printing table descriptions

2003-06-11 Thread Nils Valentin
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 tab

Re: Printing table descriptions

2003-06-11 Thread Nils Valentin
Hi Gerald, How about like this ? mysql> \P lp; PAGER set to lp; mysql> SHOW INNODB STATUS ; lp is the printer queue which you have probably setup. Exchange lp with your printer spooler name. I am not sure about printing several tables. How about making a script or batch file (in case you want

Re: Printing table descriptions

2003-06-11 Thread 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 wa

Printing table descriptions

2003-06-11 Thread Fernando Gerent
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 d