Hi,

I need some help. I got a 161 tables that I am trying to create schem on, the problem is I can get any of my boxes to show you know

+---+
|      |
+---+

Here is the command I am doing....

my -Ae "show tables;" | while read a ; do my -Ae "desc $a"; echo >> myfile.txt ; done

what I get the desc with out the boxes.

Can someone help me? I need the box because I am going to cut these tables out so I can map out the relatation to them.

Thanks,

Payne

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

Reply via email to