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; |
Parent topic: New information_schema Tables