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

SHOW CONNECTIONS



Displays a list of all available connections.

Syntax

SHOW CONNECTIONS

Examples

SHOW CONNECTIONS; ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │ 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?