, from the shell, do this:
mysql < myschema.sql > myfile.txt
All of these solutions will generate the SQL for schema creation.
Try these out. I hope they help.
Have a good day.
- Original Message -
From: Payne <[EMAIL PROTECT
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