Re: Getting alll Tables from all Databases/catalogs

2001-11-19 Thread Benjamin Pflugmann
Hi. On Tue, Oct 09, 2001 at 07:18:53PM +0530, [EMAIL PROTECTED] wrote: > Hi, > > I am developing a application by using MySql database server. I have > requierment in my application, that i need to know/show all the tables > available in all the databases/catalogs of MySql. By using "show tables

Getting alll Tables from all Databases/catalogs

2001-11-09 Thread Omkar
Hi, I am developing a application by using MySql database server. I have requierment in my application, that i need to know/show all the tables available in all the databases/catalogs of MySql. By using "show tables from test" i can get tables from "test" database. But I need to know all the tabl