Connect to TiDB Serverless via Public Endpoint
This document describes how to connect to your TiDB Serverless cluster via public endpoint. With the public endpoint, you can connect to your TiDB Serverless cluster via a SQL client from your laptop.
To connect to a TiDB Serverless cluster via public endpoint, take the following steps:
Navigate to the Clusters page, and then click the name of your target cluster to go to its overview page.
Click Connect in the upper-right corner. A connection dialog is displayed.
In the dialog, keep the default setting of the endpoint type as
Public
, and select your preferred connection method and operating system to get the corresponding connection string.If you have not set a password yet, click Create password to generate a random password. The generated password will not show again, so save your password in a secure location.
Connect to your cluster with the connection string.
What's next
After you have successfully connected to your TiDB cluster, you can explore SQL statements with TiDB.