Display table statistics for MySQL and MariaDB databases
The table statistics is part of the database administration and configuration
Displays information about tables and views in MySQL and MariaDB databases.
Shows the number of data types, character sets, collations and indexes used in the database.
Displays data types in MySQL and MariaDB tables
Displays data types in MySQL and MariaDB views
Displays character sets in tables
Displays collations in tables
Displays indexes in tables
Displays the data types used in MySQL and MariaDB views.
Displays the character sets used in tables.
Displays the collations used in tables.
Displays the indexes used in tables, broken down by type.
Labeled menu by double-clicking title bar.
More information about MySQL and MariaDB data types can be found here:mysql.comandmariadb.com More information about MySQL and MariaDB character sets and collations:mysql.comandmariadb.com More information about MySQL and MariaDB indexes:mysql.comandmariadb.com