On 25-Mar-2004 [EMAIL PROTECTED] wrote:
> Not using perl or php I came up with:
> 
> mysqlshow -u user --status db_name | awk -F"|" '{print $2,$5}' | grep
> -i pattern
> 
> Is there a query to do the same thing?
> 
> 

SHOW TABLE STATUS


-- 
Don Read                                     [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.

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

Reply via email to