1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | mysql> SELECT TABLE_NAME, TABLE_ROWS, TABLE_COMMENT FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'drupal-mfl' ORDER BY table_rows DESC; +--------------------------------------------------+------------+--------------------------------------------------------------+ | TABLE_NAME | TABLE_ROWS | TABLE_COMMENT | +--------------------------------------------------+------------+--------------------------------------------------------------+ | watchdog | 154087 | TABLE that contains logs OF ALL system events. | | oauth2_token__scopes | 44176 | DATA storage FOR oauth2_token FIELD scopes. | | locales_source | 23513 | List OF English SOURCE strings. | | locales_target | 22766 | Stores translated versions OF strings. | | oauth2_token | 21973 | The base TABLE FOR oauth2_token entities. | | cache_config | 3420 | Storage FOR the cache API. | | locales_location | 2613 | Location information FOR SOURCE strings. | | key_value | 1960 | Generic key-VALUE storage TABLE. See the state system FOR� | | config_import | 1782 | The base TABLE FOR configuration DATA. | | config | 1362 | The base TABLE FOR configuration DATA. | | config_snapshot | 1334 | The base TABLE FOR configuration DATA. | | router | 1187 | Maps paths TO various callbacks (access, page AND title) | |