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

system.clusters



Contains information about cluster nodes.

SELECT * FROM system.clusters; +------------------------+---------+------+ | name | host | port | +------------------------+---------+------+ | 2KTgGnTDuKHw3wu9CCVIf6 | 0.0.0.0 | 9093 | | bZTEWpQGLwRgcRyHre1xL3 | 0.0.0.0 | 9092 | | plhQlHvVfT0p1T5QdnvhC4 | 0.0.0.0 | 9091 | +------------------------+---------+------+

Was this page helpful?