Skip to content

Commit

Permalink
apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui committed Sep 25, 2024
1 parent abc1f18 commit ee64a25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 76 deletions.
20 changes: 1 addition & 19 deletions docs/greptimecloud/integrations/dbeaver.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# DBeaver

DBeaver is a free, open-source, and cross-platform database tool that supports all popular databases. It is a popular choice among developers and database administrators for its ease of use and extensive feature set.
[DBeaver](https://dbeaver.io/) is a free, open-source, and cross-platform database tool that supports all popular databases. It is a popular choice among developers and database administrators for its ease of use and extensive feature set.

You can use DBeaver to connect to GreptimeDB via MySQL database drivers.
Click the "New Database Connection" button in the DBeaver toolbar to create a new connection to GreptimeDB.

## MySQL

Select MySQL and click "Next" to configure the connection settings.
Install the MySQL driver if you haven't already.
Input the following connection details:
Expand All @@ -21,19 +19,3 @@ Click "Test Connection" to verify the connection settings and click "Finish" to

For more information on interacting with GreptimeDB using MySQL, refer to the [MySQL protocol documentation](https://docs.greptime.com/user-guide/protocols/mysql.md).

<!-- ## PostgreSQL
Select PostgreSQL and click "Next" to configure the connection settings.
Install the PostgreSQL driver if you haven't already.
Input the following connection details:
- Connect by Host
- Host: `<host>`
- Port: `4003`
- Database: `<dbname>`
- Choose `Database Native`, enter the username `<username>` and password `<password>`
Click "Test Connection" to verify the connection settings and click "Finish" to save the connection.
For more information on interacting with GreptimeDB using PostgreSQL, refer to the [PostgreSQL protocol documentation](https://docs.greptime.com/user-guide/protocols/postgresql.md). -->

20 changes: 1 addition & 19 deletions docs/user-guide/integrations/dbeaver.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# DBeaver

DBeaver is a free, open-source, and cross-platform database tool that supports all popular databases. It is a popular choice among developers and database administrators for its ease of use and extensive feature set.
[DBeaver](https://dbeaver.io/) is a free, open-source, and cross-platform database tool that supports all popular databases. It is a popular choice among developers and database administrators for its ease of use and extensive feature set.

You can use DBeaver to connect to GreptimeDB via MySQL database drivers.
Click the "New Database Connection" button in the DBeaver toolbar to create a new connection to GreptimeDB.

## MySQL

Select MySQL and click "Next" to configure the connection settings.
Install the MySQL driver if you haven't already.
Input the following connection details:
Expand All @@ -21,19 +19,3 @@ Click "Test Connection" to verify the connection settings and click "Finish" to

For more information on interacting with GreptimeDB using MySQL, refer to the [MySQL protocol documentation](/user-guide/protocols/mysql.md).

<!-- ## PostgreSQL
Select PostgreSQL and click "Next" to configure the connection settings.
Install the PostgreSQL driver if you haven't already.
Input the following connection details:
- Connect by Host
- Host: `localhost` if GreptimeDB is running on your local machine
- Port: `4003` if you use the default GreptimeDB configuration
- Database: `public`, you can use any other database name you have created
- Choose `Database Native` and enter the username and password if authentication is enabled on GreptimeDB; otherwise, leave them blank.
Click "Test Connection" to verify the connection settings and click "Finish" to save the connection.
For more information on interacting with GreptimeDB using PostgreSQL, refer to the [PostgreSQL protocol documentation](/user-guide/protocols/postgresql.md). -->

Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# DBeaver

DBeaver 是一个免费、开源且跨平台的数据库工具,支持所有流行的数据库。
[DBeaver](https://dbeaver.io/) 是一个免费、开源且跨平台的数据库工具,支持所有流行的数据库。
由于其易用性和丰富的功能集,它在开发人员和数据库管理员中非常受欢迎。
你可以使用 DBeaver 通过 MySQL Driver 连接到 GreptimeDB。

点击 DBeaver 工具栏中的 “New Database Connection” 按钮,以创建 GreptimeDB 的新连接。

## MySQL

选择 MySQL 并点击“下一步”以配置连接。
如果你还没有安装 MySQL Driver,请先安装。
接下来输入以下连接信息:
Expand All @@ -22,19 +20,3 @@ DBeaver 是一个免费、开源且跨平台的数据库工具,支持所有流

有关 MySQL 与 GreptimeDB 交互的更多信息,请参阅 [MySQL 协议文档](https://docs.greptime.cn/user-guide/protocols/mysql.md)

<!-- ## PostgreSQL
选择 PostgreSQL 并点击“下一步”以配置连接设置。
如果尚未安装 PostgreSQL Driver,请先安装。
接下来输入以下连接信息:
- Connect by Host
- Host: `<host>`
- Port: `4003`
- Database: `<dbname>`
- 选择 `Database Native`, 输入用户名 `<username>` 和密码 `<password>`
点击 “Test Connection” 以验证连接设置,然后点击 “Finish” 以保存连接。
有关使用 PostgreSQL 与 GreptimeDB 交互的更多信息,请参阅 [PostgreSQL 协议文档](https://docs.greptime.cn/user-guide/protocols/postgresql.md)。 -->

Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# DBeaver

DBeaver 是一个免费、开源且跨平台的数据库工具,支持所有流行的数据库。
[DBeaver](https://dbeaver.io/) 是一个免费、开源且跨平台的数据库工具,支持所有流行的数据库。
由于其易用性和丰富的功能集,它在开发人员和数据库管理员中非常受欢迎。
你可以使用 DBeaver 通过 MySQL Driver 连接到 GreptimeDB。

点击 DBeaver 工具栏中的 “New Database Connection” 按钮,以创建 GreptimeDB 的新连接。

## MySQL

选择 MySQL 并点击“下一步”以配置连接。
如果你还没有安装 MySQL Driver,请先安装。
接下来输入以下连接信息:
Expand All @@ -22,19 +20,3 @@ DBeaver 是一个免费、开源且跨平台的数据库工具,支持所有流

有关 MySQL 与 GreptimeDB 交互的更多信息,请参阅 [MySQL 协议文档](/user-guide/protocols/mysql.md)

<!-- ## PostgreSQL
选择 PostgreSQL 并点击“下一步”以配置连接设置。
如果尚未安装 PostgreSQL Driver,请先安装。
接下来输入以下连接信息:
- Connect by Host
- Host:如果 GreptimeDB 运行在本机,则为 `localhost`
- Port:如果使用默认的 GreptimeDB 配置,则为 `4003`
- Database:`public`,你也可以使用你创建的其他数据库名称
- 如果你的 GreptimeDB 启用了身份验证,请输入 username 和 password,否则留空
点击 “Test Connection” 以验证连接设置,然后点击 “Finish” 以保存连接。
有关使用 PostgreSQL 与 GreptimeDB 交互的更多信息,请参阅 [PostgreSQL 协议文档](/user-guide/protocols/postgresql.md)。 -->

0 comments on commit ee64a25

Please sign in to comment.