Skip to content

Commit

Permalink
Merge pull request #5 from shizn/patch-1
Browse files Browse the repository at this point in the history
Minor fixed on DBeaver tutorial
  • Loading branch information
Cheese authored Oct 15, 2023
2 parents e187082 + e913b84 commit 6dc4eb8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions TOC-tidb-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- [Build a TiDB Serverless Cluster in TiDB Cloud](/develop/dev-guide-build-cluster-in-cloud.md)
- [CRUD SQL in TiDB](/develop/dev-guide-tidb-crud-sql.md)
- Connect to TiDB Cloud
- [JetBrains DBeaver](/develop/dev-guide-gui-dbeaver.md)
- [DBeaver](/develop/dev-guide-gui-dbeaver.md)
- [Choose Driver or ORM](/develop/dev-guide-choose-driver-or-orm.md)
- Java
- [JDBC](/develop/dev-guide-sample-application-java-jdbc.md)
Expand Down Expand Up @@ -617,4 +617,4 @@
- [2021](/tidb-cloud/release-notes-2021.md)
- [2020](/tidb-cloud/release-notes-2020.md)
- Maintenance Notification
- [[2023-08-31] TiDB Cloud Console Maintenance Notification](/tidb-cloud/notification-2023-08-31-console-maintenance.md)
- [[2023-08-31] TiDB Cloud Console Maintenance Notification](/tidb-cloud/notification-2023-08-31-console-maintenance.md)
2 changes: 1 addition & 1 deletion TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
- [mysql2](/develop/dev-guide-sample-application-ruby-mysql2.md)
- [Rails](/develop/dev-guide-sample-application-ruby-rails.md)
- Connect to TiDB
- [JetBrains DBeaver](/develop/dev-guide-gui-dbeaver.md)
- [DBeaver](/develop/dev-guide-gui-dbeaver.md)
- [Choose Driver or ORM](/develop/dev-guide-choose-driver-or-orm.md)
- [Connect to TiDB](/develop/dev-guide-connect-to-tidb.md)
- [Connection Pools and Connection Parameters](/develop/dev-guide-connection-parameters.md)
Expand Down
8 changes: 4 additions & 4 deletions develop/dev-guide-gui-dbeaver.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Connect to TiDB with DBeaver
summary: Learn how to connect to TiDB using DBeaver. This tutorial gives visual instructions that work with TiDB using DBeaver.
summary: Learn how to connect to TiDB using DBeaver Community. This tutorial gives visual instructions that work with TiDB using DBeaver.
---

# Connect to TiDB with DBeaver

TiDB is a MySQL-compatible database, and [DBeaver](https://dbeaver.io/) community edition is a free cross-platform database tool for developers, database administrators, analysts, and everyone working with data. **DBeaver Community** already officially supported TiDB.
TiDB is a MySQL-compatible database, and [DBeaver Community(https://dbeaver.io/download/) is a free cross-platform database tool for developers, database administrators, analysts, and everyone working with data.

In this tutorial, you will learn how to use TiDB and DBeaver Community to establish a connection to your TiDB cluster using DBeaver Community.
In this tutorial, you will learn how to connect to your TiDB cluster using DBeaver Community.

> **Note:**
>
Expand All @@ -17,7 +17,7 @@ In this tutorial, you will learn how to use TiDB and DBeaver Community to establ

To complete this tutorial, you will need:

- [DBeaver Community **23.2.1** or higher](https://dbeaver.io/download/).
- [DBeaver Community **23.0.3** or higher](https://dbeaver.io/download/).
- A TiDB cluster.

<CustomContent platform="tidb">
Expand Down

0 comments on commit 6dc4eb8

Please sign in to comment.