SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = 'dbName';
これは私のものです:
USE databasename;
SHOW TABLES;
SELECT FOUND_ROWS();
SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = 'dbName';
これは私のものです:
USE databasename;
SHOW TABLES;
SELECT FOUND_ROWS();