Someone was asking about the Show Tables command and not getting anything back from the query. I got this out of the mySQL manual: If you have no privileges for a base table or view, it does not show up in the output from SHOW TABLES or mysqlshow db_name. I cannot imagine that you don't have privileges to any of the tables, but it's something to check first. Bob