in reply to count tables in all databases of a mysql server

timtowtdi - if you have root access to the machine, you could always do this in the shell instead:
cd /usr/local/mysql/var; find . -name *.MYD |wc -l
cLive ;-)