Skip to content

Commit b75427e

Browse files
lilin90ti-chi-bot
authored andcommitted
This is an automated cherry-pick of pingcap#20730
Signed-off-by: ti-chi-bot <[email protected]>
1 parent e3fe97e commit b75427e

31 files changed

+2424
-46
lines changed

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 @@ TiDB 是一个兼容 MySQL 的数据库。[MySQL Workbench](https://www.mysql.co
1616

1717
> **注意**
1818
>
19-
> 本文档适用于 {{{ .starter }}}、TiDB Cloud Dedicated 和本地部署的 TiDB。
19+
> 本文档适用于 {{{ .starter }}}、{{{ .essential }}}、TiDB Cloud Dedicated 和本地部署的 TiDB。
2020
2121
## 前置需求
2222

@@ -35,7 +35,7 @@ TiDB 是一个兼容 MySQL 的数据库。[MySQL Workbench](https://www.mysql.co
3535
根据你选择的 TiDB 部署方式连接到 TiDB 集群。
3636

3737
<SimpleTab>
38-
<div label="{{{ .starter }}}">
38+
<div label="{{{ .starter }}} 或 Essential">
3939

4040
1. 在 TiDB Cloud 的 [**Clusters**](https://tidbcloud.com/console/clusters) 页面中,点击你目标集群的名字,进入集群的 **Overview** 页面。
4141

develop/dev-guide-gui-navicat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TiDB 是一个兼容 MySQL 的数据库。[Navicat](https://www.navicat.com) 是
1111

1212
> **注意**
1313
>
14-
> 本文档适用于 {{{ .starter }}}、TiDB Cloud Dedicated 和本地部署的 TiDB。
14+
> 本文档适用于 {{{ .starter }}}、{{{ .essential }}}、TiDB Cloud Dedicated 和本地部署的 TiDB。
1515
1616
## 前置需求
1717

@@ -31,7 +31,7 @@ TiDB 是一个兼容 MySQL 的数据库。[Navicat](https://www.navicat.com) 是
3131
根据你选择的 TiDB 部署方式连接到 TiDB 集群。
3232

3333
<SimpleTab>
34-
<div label="{{{ .starter }}}">
34+
<div label="{{{ .starter }}} 或 Essential">
3535

3636
1. 在 TiDB Cloud 的 [**Clusters**](https://tidbcloud.com/console/clusters) 页面中,点击你目标集群的名字,进入集群的 **Overview** 页面。
3737

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 @@ TiDB 是一个兼容 MySQL 的数据库。[AWS Lambda 函数](https://aws.amazon
1616

1717
> **Note**
1818
>
19-
> 本文档适用于 {{{ .starter }}} 和本地部署的 TiDB。
19+
> 本文档适用于 {{{ .starter }}}、{{{ .essential }}} 和本地部署的 TiDB。
2020
2121
## 前置需求
2222

@@ -67,7 +67,7 @@ npm install
6767

6868
<SimpleTab>
6969

70-
<div label="{{{ .starter }}}">
70+
<div label="{{{ .starter }}} 或 Essential">
7171

7272
1. 在 TiDB Cloud 的 [**Clusters**](https://tidbcloud.com/console/clusters) 页面中,选择你的 {{{ .starter }}} 集群,进入集群的 **Overview** 页面。
7373

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 @@ TiDB 是一个兼容 MySQL 的数据库。[GORM](https://gorm.io/index.html) 是
1515

1616
> **注意**
1717
>
18-
> 本文档适用于 {{{ .starter }}}、TiDB Cloud Dedicated 和本地部署的 TiDB。
18+
> 本文档适用于 {{{ .starter }}}、{{{ .essential }}}、TiDB Cloud Dedicated 和本地部署的 TiDB。
1919
2020
## 前置需求
2121

@@ -44,7 +44,7 @@ cd tidb-golang-gorm-quickstart
4444

4545
<SimpleTab>
4646

47-
<div label="{{{ .starter }}}">
47+
<div label="{{{ .starter }}} 或 Essential">
4848

4949
1. 在 TiDB Cloud 的 [**Clusters**](https://tidbcloud.com/console/clusters) 页面中,选择你的 {{{ .starter }}} 集群,进入集群的 **Overview** 页面。
5050

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ TiDB 是一个兼容 MySQL 的数据库。[Go-MySQL-Driver](https://github.com/g
1515

1616
> **注意**
1717
>
18-
> 本文档适用于 {{{ .starter }}}、TiDB Cloud Dedicated 和本地部署的 TiDB。
18+
> 本文档适用于 {{{ .starter }}}、{{{ .essential }}}、TiDB Cloud Dedicated 和本地部署的 TiDB。
1919
2020
## 前置需求
2121

@@ -44,7 +44,7 @@ cd tidb-golang-sql-driver-quickstart
4444

4545
<SimpleTab>
4646

47-
<div label="{{{ .starter }}}">
47+
<div label="{{{ .starter }}} 或 Essential">
4848

4949
1. 在 TiDB Cloud 的 [**Clusters**](https://tidbcloud.com/console/clusters) 页面中,选择你的 {{{ .starter }}} 集群,进入集群的 **Overview** 页面。
5050

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 @@ TiDB 是一个兼容 MySQL 的数据库。[Hibernate](https://hibernate.org/orm/
1515

1616
> **注意**
1717
>
18-
> 本文档适用于 {{{ .starter }}}、TiDB Cloud Dedicated 和本地部署的 TiDB。
18+
> 本文档适用于 {{{ .starter }}}、{{{ .essential }}}、TiDB Cloud Dedicated 和本地部署的 TiDB。
1919
2020
## 前置需求
2121

@@ -45,7 +45,7 @@ cd tidb-java-hibernate-quickstart
4545

4646
<SimpleTab>
4747

48-
<div label="{{{ .starter }}}">
48+
<div label="{{{ .starter }}} 或 Essential">
4949

5050
1. 在 TiDB Cloud 的 [**Clusters**](https://tidbcloud.com/console/clusters) 页面中,选择你的 {{{ .starter }}} 集群,进入集群的 **Overview** 页面。
5151

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ TiDB 是一个兼容 MySQL 的数据库。JDBC 是 Java 的数据访问 API。[M
1616

1717
> **注意**
1818
>
19-
> - 本文档适用于 {{{ .starter }}}、TiDB Cloud Dedicated 和本地部署的 TiDB。
19+
> - 本文档适用于 {{{ .starter }}}、{{{ .essential }}}、TiDB Cloud Dedicated 和本地部署的 TiDB。
2020
> - 从 TiDB v7.4 起,如果 JDBC URL 中未配置 `connectionCollation`,且 `characterEncoding` 未配置或配置为 `UTF-8`,JDBC 连接所使用的排序规则取决于 JDBC 驱动版本。详情请参考 [JDBC 连接所使用的排序规则](/faq/sql-faq.md#jdbc-连接所使用的排序规则)
2121
2222
## 前置需求
@@ -47,7 +47,7 @@ cd tidb-java-jdbc-quickstart
4747

4848
<SimpleTab>
4949

50-
<div label="{{{ .starter }}}">
50+
<div label="{{{ .starter }}} 或 Essential">
5151

5252
1. 在 TiDB Cloud 的 [**Clusters**](https://tidbcloud.com/console/clusters) 页面中,选择你的 {{{ .starter }}} 集群,进入集群的 **Overview** 页面。
5353

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ TiDB 是一个兼容 MySQL 的数据库。[MyBatis](https://mybatis.org/mybatis-
1515

1616
> **注意**
1717
>
18-
> 本文档适用于 {{{ .starter }}}、TiDB Cloud Dedicated 和本地部署的 TiDB。
18+
> 本文档适用于 {{{ .starter }}}、{{{ .essential }}}、TiDB Cloud Dedicated 和本地部署的 TiDB。
1919
2020
## 前置需求
2121

@@ -45,7 +45,7 @@ cd tidb-java-mybatis-quickstart
4545

4646
<SimpleTab>
4747

48-
<div label="{{{ .starter }}}">
48+
<div label="{{{ .starter }}} 或 Essential">
4949

5050
1. 在 TiDB Cloud 的 [**Clusters**](https://tidbcloud.com/console/clusters) 页面中,选择你的 {{{ .starter }}} 集群,进入集群的 **Overview** 页面。
5151

develop/dev-guide-sample-application-java-spring-boot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ TiDB 是一个兼容 MySQL 的数据库。[Spring](https://spring.io/) 是当前
1515

1616
> **注意**
1717
>
18-
> 本文档适用于 {{{ .starter }}}、TiDB Cloud Dedicated 和本地部署的 TiDB。
18+
> 本文档适用于 {{{ .starter }}}、{{{ .essential }}}、TiDB Cloud Dedicated 和本地部署的 TiDB。
1919
2020
## 前置需求
2121

@@ -45,7 +45,7 @@ cd tidb-java-springboot-jpa-quickstart
4545

4646
<SimpleTab>
4747

48-
<div label="{{{ .starter }}}">
48+
<div label="{{{ .starter }}} 或 Essential">
4949

5050
1. 在 TiDB Cloud 的 [**Clusters**](https://tidbcloud.com/console/clusters) 页面中,选择你的 {{{ .starter }}} 集群,进入集群的 **Overview** 页面。
5151

develop/dev-guide-sample-application-nextjs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ TiDB 是一个兼容 MySQL 的数据库,[mysql2](https://github.com/sidorares/
1515

1616
> **Note**
1717
>
18-
> 本文档适用于 {{{ .starter }}} 和本地部署的 TiDB。
18+
> 本文档适用于 {{{ .starter }}}、{{{ .essential }}} 和本地部署的 TiDB。
1919
2020
## 前置需求
2121

@@ -61,7 +61,7 @@ npm install
6161

6262
<SimpleTab>
6363

64-
<div label="{{{ .starter }}}">
64+
<div label="{{{ .starter }}} 或 Essential">
6565

6666
1. 在 TiDB Cloud 的 [**Clusters**](https://tidbcloud.com/console/clusters) 页面中,选择你的 {{{ .starter }}} 集群,进入集群的 **Overview** 页面。
6767

0 commit comments

Comments
 (0)