MySQL 如何使用一条 SQL 查询某个数据库的所有表和表中有多少行? select * from information_schema.tables where table_schema=’数据库名称’