in reply to count tables in all databases of a mysql server
cd /usr/local/mysql/var; find . -name *.MYD |wc -l [download]