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

DESC CONNECTION



Describes the details of a specific connection, providing information about its type and configuration.

Syntax

DESC CONNECTION <connection_name>

Examples

DESC CONNECTION toronto; ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │ name │ storage_type │ storage_params │ ├─────────┼──────────────┼───────────────────────────────────────────────────────────────────────────────────┤ │ toronto │ s3 │ access_key_id=<your-secret-access-key> secret_access_key=<your-secret-access-key> │ └────────────────────────────────────────────────────────────────────────────────────────────────────────────┘

Was this page helpful?