Skip to content

Commit a4d042d

Browse files
ti-chi-botlilin90
andauthored
*: clarify feature availability on Starter and Essential clusters (#21509) (#21550)
Co-authored-by: Lilian Lee <[email protected]>
1 parent b54bc3c commit a4d042d

File tree

72 files changed

+198
-198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+198
-198
lines changed

develop/dev-guide-gui-datagrip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TiDB is a MySQL-compatible database, and [JetBrains DataGrip](https://www.jetbra
99

1010
> **Note:**
1111
>
12-
> This tutorial is compatible with {{{ .starter }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
12+
> This tutorial is compatible with {{{ .starter }}}, {{{ .essential }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
1313
1414
You can use DataGrip in two ways:
1515

@@ -47,7 +47,7 @@ To complete this tutorial, you need:
4747
Connect to your TiDB cluster depending on the TiDB deployment option you've selected.
4848

4949
<SimpleTab>
50-
<div label="{{{ .starter }}}">
50+
<div label="{{{ .starter }}} or Essential">
5151

5252
1. Navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page, and then click the name of your target cluster to go to its overview page.
5353

develop/dev-guide-gui-dbeaver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this tutorial, you can learn how to connect to your TiDB cluster using DBeave
1111

1212
> **Note:**
1313
>
14-
> This tutorial is compatible with {{{ .starter }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
14+
> This tutorial is compatible with {{{ .starter }}}, {{{ .essential }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
1515
1616
## Prerequisites
1717

@@ -42,7 +42,7 @@ To complete this tutorial, you need:
4242
Connect to your TiDB cluster depending on the TiDB deployment option you've selected.
4343

4444
<SimpleTab>
45-
<div label="{{{ .starter }}}">
45+
<div label="{{{ .starter }}} or Essential">
4646

4747
1. Navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page, and then click the name of your target cluster to go to its overview page.
4848

develop/dev-guide-gui-mysql-workbench.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this tutorial, you can learn how to connect to your TiDB cluster using MySQL
1616

1717
> **Note:**
1818
>
19-
> This tutorial is compatible with {{{ .starter }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
19+
> This tutorial is compatible with {{{ .starter }}}, {{{ .essential }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
2020
2121
## Prerequisites
2222

@@ -47,7 +47,7 @@ To complete this tutorial, you need:
4747
Connect to your TiDB cluster depending on the TiDB deployment option you have selected.
4848

4949
<SimpleTab>
50-
<div label="{{{ .starter }}}">
50+
<div label="{{{ .starter }}} or Essential">
5151

5252
1. Navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page, and then click the name of your target cluster to go to its overview page.
5353

develop/dev-guide-gui-navicat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this tutorial, you can learn how to connect to your TiDB cluster using Navica
1111

1212
> **Note:**
1313
>
14-
> This tutorial is compatible with {{{ .starter }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
14+
> This tutorial is compatible with {{{ .starter }}}, {{{ .essential }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
1515
1616
## Prerequisites
1717

@@ -43,7 +43,7 @@ To complete this tutorial, you need:
4343
Connect to your TiDB cluster depending on the TiDB deployment option you have selected.
4444

4545
<SimpleTab>
46-
<div label="{{{ .starter }}}">
46+
<div label="{{{ .starter }}} or Essential">
4747

4848
1. Navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page, and then click the name of your target cluster to go to its overview page.
4949

develop/dev-guide-gui-vscode-sqltools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this tutorial, you can learn how to connect to your TiDB cluster using Visual
1111

1212
> **Note:**
1313
>
14-
> - This tutorial is compatible with {{{ .starter }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
14+
> - This tutorial is compatible with {{{ .starter }}}, {{{ .essential }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
1515
> - This tutorial also works with Visual Studio Code Remote Development environments, such as [GitHub Codespaces](https://github.com/features/codespaces), [Visual Studio Code Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers), and [Visual Studio Code WSL](https://code.visualstudio.com/docs/remote/wsl).
1616
1717
## Prerequisites
@@ -47,7 +47,7 @@ To complete this tutorial, you need:
4747
Connect to your TiDB cluster depending on the TiDB deployment option you have selected.
4848

4949
<SimpleTab>
50-
<div label="{{{ .starter }}}">
50+
<div label="{{{ .starter }}} or Essential">
5151

5252
1. Navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page, and then click the name of your target cluster to go to its overview page.
5353

develop/dev-guide-sample-application-aws-lambda.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this tutorial, you can learn how to use TiDB and mysql2 in AWS Lambda Functio
1616

1717
> **Note**
1818
>
19-
> This tutorial works with {{{ .starter }}} and TiDB Self-Managed.
19+
> This tutorial works with {{{ .starter }}}, {{{ .essential }}}, and TiDB Self-Managed.
2020
2121
## Prerequisites
2222

@@ -79,7 +79,7 @@ Connect to your TiDB cluster depending on the TiDB deployment option you've sele
7979

8080
<SimpleTab>
8181

82-
<div label="{{{ .starter }}}">
82+
<div label="{{{ .starter }}} or Essential">
8383

8484
1. Navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page, and then click the name of your target cluster to go to its overview page.
8585

develop/dev-guide-sample-application-golang-gorm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this tutorial, you can learn how to use TiDB and GORM to accomplish the follo
1515

1616
> **Note:**
1717
>
18-
> This tutorial works with {{{ .starter }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
18+
> This tutorial works with {{{ .starter }}}, {{{ .essential }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
1919
2020
## Prerequisites
2121

@@ -60,7 +60,7 @@ cd tidb-golang-gorm-quickstart
6060
Connect to your TiDB cluster depending on the TiDB deployment option you've selected.
6161

6262
<SimpleTab>
63-
<div label="{{{ .starter }}}">
63+
<div label="{{{ .starter }}} or Essential">
6464

6565
1. Navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page, and then click the name of your target cluster to go to its overview page.
6666

develop/dev-guide-sample-application-golang-sql-driver.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this tutorial, you can learn how to use TiDB and Go-MySQL-Driver to accomplis
1515

1616
> **Note:**
1717
>
18-
> This tutorial works with {{{ .starter }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
18+
> This tutorial works with {{{ .starter }}}, {{{ .essential }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
1919
2020
## Prerequisites
2121

@@ -60,7 +60,7 @@ cd tidb-golang-sql-driver-quickstart
6060
Connect to your TiDB cluster depending on the TiDB deployment option you've selected.
6161

6262
<SimpleTab>
63-
<div label="{{{ .starter }}}">
63+
<div label="{{{ .starter }}} or Essential">
6464

6565
1. Navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page, and then click the name of your target cluster to go to its overview page.
6666

@@ -199,7 +199,7 @@ func openDB(driverName string, runnable func(db *sql.DB)) {
199199
}
200200
```
201201
202-
When using this function, you need to replace `${tidb_host}`, `${tidb_port}`, `${tidb_user}`, `${tidb_password}`, and `${tidb_db_name}` with the actual values of your TiDB cluster. {{{ .starter }}} requires a secure connection. Therefore, you need to set the value of `${use_ssl}` to `true`.
202+
When using this function, you need to replace `${tidb_host}`, `${tidb_port}`, `${tidb_user}`, `${tidb_password}`, and `${tidb_db_name}` with the actual values of your TiDB cluster. {{{ .starter }}} and {{{ .essential }}} require a secure connection. Therefore, you need to set the value of `${use_ssl}` to `true`.
203203
204204
### Insert data
205205

develop/dev-guide-sample-application-java-hibernate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this tutorial, you can learn how to use TiDB and Hibernate to accomplish the
1515

1616
> **Note:**
1717
>
18-
> This tutorial works with {{{ .starter }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
18+
> This tutorial works with {{{ .starter }}}, {{{ .essential }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
1919
2020
## Prerequisites
2121

@@ -61,7 +61,7 @@ cd tidb-java-hibernate-quickstart
6161
Connect to your TiDB cluster depending on the TiDB deployment option you've selected.
6262

6363
<SimpleTab>
64-
<div label="{{{ .starter }}}">
64+
<div label="{{{ .starter }}} or Essential">
6565

6666
1. Navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page, and then click the name of your target cluster to go to its overview page.
6767

develop/dev-guide-sample-application-java-jdbc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this tutorial, you can learn how to use TiDB and JDBC to accomplish the follo
1717

1818
> **Note:**
1919
>
20-
> - This tutorial works with {{{ .starter }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
20+
> - This tutorial works with {{{ .starter }}}, {{{ .essential }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
2121
> - Starting from TiDB v7.4, if `connectionCollation` is not configured, and `characterEncoding` is either not configured or set to `UTF-8` in the JDBC URL, the collation used in a JDBC connection depends on the JDBC driver version. For more information, see [Collation used in JDBC connections](/faq/sql-faq.md#collation-used-in-jdbc-connections).
2222
2323
</CustomContent>
@@ -26,7 +26,7 @@ In this tutorial, you can learn how to use TiDB and JDBC to accomplish the follo
2626

2727
> **Note:**
2828
>
29-
> - This tutorial works with {{{ .starter }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
29+
> - This tutorial works with {{{ .starter }}}, {{{ .essential }}}, TiDB Cloud Dedicated, and TiDB Self-Managed.
3030
> - Starting from TiDB v7.4, if `connectionCollation` is not configured, and `characterEncoding` is either not configured or set to `UTF-8` in the JDBC URL, the collation used in a JDBC connection depends on the JDBC driver version. For more information, see [Collation used in JDBC connections](https://docs.pingcap.com/tidb/stable/sql-faq#collation-used-in-jdbc-connections).
3131
3232
</CustomContent>
@@ -52,7 +52,7 @@ To complete this tutorial, you need:
5252

5353
> **Note:**
5454
>
55-
> For security considerations, it is recommended that you use `VERIFY_IDENTITY` to establish TLS connections to TiDB clusters when connecting over the internet. Both {{{ .starter }}} and TiDB Cloud Dedicated use Subject Alternative Name (SAN) certificates, which require MySQL Connector/J version to be greater than or equal to [8.0.22](https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-22.html).
55+
> For security considerations, it is recommended that you use `VERIFY_IDENTITY` to establish TLS connections to TiDB clusters when connecting over the internet. {{{ .starter }}}, {{{ .essential }}}, and TiDB Cloud Dedicated use Subject Alternative Name (SAN) certificates, which require MySQL Connector/J version to be greater than or equal to [8.0.22](https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-22.html).
5656
5757
**If you don't have a TiDB cluster, you can create one as follows:**
5858

@@ -79,7 +79,7 @@ cd tidb-java-jdbc-quickstart
7979
Connect to your TiDB cluster depending on the TiDB deployment option you've selected.
8080

8181
<SimpleTab>
82-
<div label="{{{ .starter }}}">
82+
<div label="{{{ .starter }}} or Essential">
8383

8484
1. Navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page, and then click the name of your target cluster to go to its overview page.
8585

0 commit comments

Comments
 (0)