command to get all table schema in a particular database

command to get all table schema in a particular database

am 30.05.2006 19:24:53 von Ilavajuthy Palanisamy

------_=_NextPart_001_01C6840E.0201528C
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi,

=20

Is there any command available to get all the table schema in a
particular database?

=20

For e.g.

If I have database called TESTDB and say it has tables, table1, table2,
... table10.

Instead of doing describe or show create table on individual tables, is
there any command to get all the table schema in go?

=20

Ila.

=20


------_=_NextPart_001_01C6840E.0201528C--

RE: command to get all table schema in a particular database

am 31.05.2006 01:05:09 von jbonnett

I think there are options on mysqldump that will let you dump just the
database structure and no data. This will give you a bit more than just
create table statements but will certainly give you all the tables.

John B.

-----Original Message-----
From: Ilavajuthy Palanisamy [mailto:ipalanisamy@consentry.com]=20
Sent: Wednesday, 31 May 2006 2:55 AM
To: win32@lists.mysql.com
Subject: command to get all table schema in a particular database

Hi,

=20

Is there any command available to get all the table schema in a
particular database?

=20

For e.g.

If I have database called TESTDB and say it has tables, table1, table2,
... table10.

Instead of doing describe or show create table on individual tables, is
there any command to get all the table schema in go?

=20

Ila.

=20


--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=3Dgcdmw-win32@m.gmane.org