USE YOURDBNAMESELECT COUNT(*) from information_schema.tablesWHERE table_type = 'base table'
Login to post response