mysql中查看某个数据库中的所有表 #查看某个数据库中的所有表 select table_name from information_schema.tables where table_schema='myemployees';