Connect to Your TiDB Cloud Starter or Essential Cluster
This document describes how to connect to your TiDB Cloud Starter or TiDB Cloud Essential cluster.
Network connection methods
After your TiDB Cloud Starter or TiDB Cloud Essential cluster is created on TiDB Cloud, you can connect to it via one of the following methods:
Direct connections
Direct connections mean the MySQL native connection system over TCP. You can connect to your cluster using any tool that supports MySQL connection, such as MySQL client.
TiDB Cloud provides a Data Service feature that enables you to connect to your TiDB Cloud Starter cluster hosted on AWS via an HTTPS request using a custom API endpoint. Unlike direct connections, Data Service accesses your cluster data via a RESTful API rather than raw SQL.
TiDB Cloud provides a serverless driver for JavaScript, which allows you to connect to your TiDB Cloud Starter or TiDB Cloud Essential cluster in edge environments with the same experience as direct connections.
In the preceding connection methods, you can choose your desired one based on your needs:
Network
There are two network connection types for TiDB Cloud Starter and TiDB Cloud Essential:
Private endpoint (recommended)
Private endpoint connection provides a private endpoint to allow SQL clients in your VPC to securely access services over AWS PrivateLink, which provides highly secure and one-way access to database services with simplified network management.
The standard connection exposes a public endpoint, so you can connect to your TiDB cluster via a SQL client from your laptop.
TiDB Cloud Starter and TiDB Cloud Essential require TLS connections, which ensures the security of data transmission from your applications to TiDB clusters.
The following table shows the network you can use in different connection methods:
What's next
After you have successfully connected to your TiDB cluster, you can explore SQL statements with TiDB.