Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 2.23 KB

connect-via-standard-connection-serverless.md

File metadata and controls

37 lines (24 loc) · 2.23 KB
title summary
Connect to TiDB Serverless via Public Endpoint
Learn how to connect to your TiDB Serverless cluster via public endpoint.

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.

Tip:

To learn how to connect to a TiDB Dedicated cluster via public endpoint, see Connect to TiDB Dedicated via Standard Connection.

To connect to a TiDB Serverless cluster via public endpoint, take the following steps:

  1. Navigate to the Clusters page, and then click the name of your target cluster to go to its overview page.

  2. Click Connect in the upper-right corner. A connection dialog is displayed.

  3. 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.

    Note:

  4. 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.

  5. Connect to your cluster with the connection string.

    Note:

    When you connect to a TiDB Serverless cluster, you must include the prefix for your cluster in the user name and wrap the name with quotation marks. For more information, see User name prefix.

What's next

After you have successfully connected to your TiDB cluster, you can explore SQL statements with TiDB.