可以使用select table_name from information_schema.tables where table_schema='performance_schema' and engine='performance_schema';查詢哪些表使用performance_schema引擎,
或者直接在performance_schema庫下用show tables;或直接使用show tables from performance_schema;語句來查詢該庫有哪些表。
root@[performance_schema]> show tables from performance_schema;