输入banner图图片脚本导航/分类

mysql怎么查看数据库有多少张表

SELECT COUNT(*) TABLES, table_schema FROM information_schema.TABLES   WHERE table_schema = ‘dbname‘ GROUP BY table_schema;

 

dbname是数据库的名称

mysql怎么查看数据库有多少张表

标签:schema   group   color   from   mysq   where   class   table   dbn