SyntaxFix
Write A Post
Hire A Developer
Questions
SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = 'dbName';
Source
This is mine:
USE databasename; SHOW TABLES; SELECT FOUND_ROWS();