可以使用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;