Skip to content

Commit

Permalink
rename Endpoint Type to Connection Type for TiDB Serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored and ti-chi-bot committed Sep 10, 2024
1 parent 4a3d180 commit f5c03a0
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion develop/dev-guide-gui-mysql-workbench.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ TiDB 是一个兼容 MySQL 的数据库。[MySQL Workbench](https://www.mysql.co

3. 确认对话框中的配置和你的运行环境一致。

- **Endpoint Type** 选择 `Public`
- **Connection Type** 选择 `Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `MySQL Workbench`
- **Operating System** 为你的运行环境。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-gui-navicat.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ TiDB 是一个兼容 MySQL 的数据库。[Navicat](https://www.navicat.com) 是

3. 确认对话框中的配置和你的运行环境一致。

- **Endpoint Type** 选择 `Public`
- **Connection Type** 选择 `Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `Navicat`
- **Operating System** 为你的运行环境。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-aws-lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ npm install

3. 确认对话框中的选项配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `General`
- **Operating System** 为运行示例代码所在的操作系统。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-golang-gorm.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cd tidb-golang-gorm-quickstart

3. 确认对话框中的配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `General`
- **Operating System** 为你的运行环境。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-golang-sql-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cd tidb-golang-sql-driver-quickstart

3. 确认对话框中的配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `General`
- **Operating System** 为你的运行环境。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-java-hibernate.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cd tidb-java-hibernate-quickstart

3. 确认对话框中的配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `General`
- **Operating System** 为你的运行环境。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-java-jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cd tidb-java-jdbc-quickstart

3. 确认对话框中的配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `General`
- **Operating System** 为你的运行环境。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-java-mybatis.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cd tidb-java-mybatis-quickstart

3. 确认对话框中的配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `General`
- **Operating System** 为你的运行环境。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-java-spring-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cd tidb-java-springboot-jpa-quickstart

3. 确认对话框中的配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `General`
- **Operating System** 为你的运行环境。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ npm install

3. 确认对话框中的选项配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `General`
- **Operating System** 为运行示例代码所在的操作系统。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-nodejs-mysql2.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ npm install mysql2 dotenv --save

3. 确认对话框中的选项配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `General`
- **Operating System** 为运行示例代码所在的操作系统。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-nodejs-mysqljs.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ npm install mysql dotenv --save

3. 确认对话框中的选项配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `General`
- **Operating System** 为运行示例代码所在的操作系统。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-nodejs-prisma.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ npm install prisma typescript ts-node @types/node --save-dev

3. 确认对话框中的选项配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `Prisma`
- **Operating System** 为运行示例代码所在的操作系统。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-nodejs-sequelize.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ npm install

3. 确认对话框中的选项配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `General`
- **Operating System** 为运行示例代码所在的操作系统。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-nodejs-typeorm.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ npm install @types/node ts-node typescript --save-dev

3. 确认对话框中的选项配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `General`
- **Operating System** 为运行示例代码所在的操作系统。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-python-django.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pip install -r requirements.txt

3. 确认对话框中的配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `General`
- **Operating System** 为你的运行环境。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pip install -r requirements.txt

3. 确认对话框中的配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `General`
- **Operating System** 为你的运行环境。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-python-mysqlclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pip install -r requirements.txt

3. 确认对话框中的配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `General`
- **Operating System** 为你的运行环境。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-python-peewee.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ peewee 是一个支持多种数据库的 ORM 库。它是对数据库的高层

3. 确认对话框中的配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `General`
- **Operating System** 为你的运行环境。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-python-pymysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pip install -r requirements.txt

3. 确认对话框中的配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `General`
- **Operating System** 为你的运行环境。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-python-sqlalchemy.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ SQLAlchemy 是一个支持多种数据库的 ORM 库。它是对数据库的高

3. 确认对话框中的配置和你的运行环境一致。

- **Endpoint Type**`Public`
- **Connection Type**`Public`
- **Branch** 选择 `main`
- **Connect With** 选择 `General`
- **Operating System** 为你的运行环境。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-ruby-mysql2.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ bundle add mysql2 dotenv

3. 确保连接对话框中的配置与你的操作环境匹配。

- **Endpoint Type** 设置为 `Public`
- **Connection Type** 设置为 `Public`
- **Branch** 选择 `main`
- **Connect With** 设置为 `General`
- **Operating System** 与你运行应用程序的操作系统相匹配。
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-ruby-rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ bundle add mysql2 dotenv

2. 点击右上角的 **Connect** 按钮,将会弹出连接对话框。

3. 在连接对话框中,从 **Connect With** 下拉列表中选择 `Rails`,并保持 **Endpoint Type** 的默认设置为 `Public`
3. 在连接对话框中,从 **Connect With** 下拉列表中选择 `Rails`,并保持 **Connection Type** 的默认设置为 `Public`

4. 如果你还没有设置密码,点击 **Generate Password** 生成一个随机密码。

Expand Down

0 comments on commit f5c03a0

Please sign in to comment.