Rechercher dans le manuel MySQL
15.14 InnoDB INFORMATION_SCHEMA Tables
[+/-]
- 15.14.1 InnoDB INFORMATION_SCHEMA Tables about Compression
- 15.14.2 InnoDB INFORMATION_SCHEMA Transaction and Locking Information
- 15.14.3 InnoDB INFORMATION_SCHEMA Schema Object Tables
- 15.14.4 InnoDB INFORMATION_SCHEMA FULLTEXT Index Tables
- 15.14.5 InnoDB INFORMATION_SCHEMA Buffer Pool Tables
- 15.14.6 InnoDB INFORMATION_SCHEMA Metrics Table
- 15.14.7 InnoDB INFORMATION_SCHEMA Temporary Table Info Table
- 15.14.8 Retrieving InnoDB Tablespace Metadata from INFORMATION_SCHEMA.FILES
This section provides information and usage examples for
InnoDB
INFORMATION_SCHEMA
tables.
InnoDB
INFORMATION_SCHEMA
tables provide metadata, status information, and statistics about
various aspects of the InnoDB
storage engine. You
can view a list of InnoDB
INFORMATION_SCHEMA
tables by issuing a
SHOW TABLES
statement on the
INFORMATION_SCHEMA
database:
For table definitions, see Section 25.39, “INFORMATION_SCHEMA InnoDB Tables”. For
general information regarding the MySQL
INFORMATION_SCHEMA
database, see
Chapter 25, INFORMATION_SCHEMA Tables.
Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-innodb-information-schema.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.