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?


_____
Douglas Denault
[EMAIL PROTECTED]
Voice: 301-469-8766
  Fax: 301-469-0601

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

Reply via email to