📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

information_schema.schemata



Provides metadata about all databases in the system.

desc information_schema.schemata ╭─────────────────────────────────────────────────────────────────────╮ │ Field │ Type │ NullDefault │ Extra │ │ String │ String │ String │ String │ String │ ├───────────────────────────────┼─────────┼────────┼─────────┼────────┤ │ catalog_name │ VARCHARNO'' │ │ │ schema_name │ VARCHARNO'' │ │ │ schema_owner │ VARCHARNO'' │ │ │ default_character_set_catalog │ NULLNONULL │ │ │ default_character_set_schema │ NULLNONULL │ │ │ default_character_set_name │ NULLNONULL │ │ │ default_collation_name │ NULLNONULL │ │ │ sql_path │ NULLNONULL │ │ ╰─────────────────────────────────────────────────────────────────────╯

Was this page helpful?