我要评分
获取效率
正确性
完整性
易理解

Overview

Information_schema tables are used to query the MySQL database database status. For details, see the official MySQL document INFORMATION_SCHEMA Tables.

Example of querying an information_schema table:

1
select * from information_schema.THREAD_POOL_GROUPS;