This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 88d076f4 Update DBeaver.md (#235)
88d076f4 is described below

commit 88d076f41a6af01bd60ba60a41b9117a1e01d4de
Author: Christofer Dutz <[email protected]>
AuthorDate: Fri Nov 8 08:58:28 2024 +0100

    Update DBeaver.md (#235)
---
 src/UserGuide/Master/Ecosystem-Integration/DBeaver.md |  8 ++++++++
 src/UserGuide/V1.0.x/Ecosystem-Integration/DBeaver.md | 18 +++++++++++++-----
 src/UserGuide/V1.1.x/Ecosystem-Integration/DBeaver.md | 18 +++++++++++++-----
 src/UserGuide/V1.2.x/Ecosystem-Integration/DBeaver.md |  8 ++++++++
 src/UserGuide/latest/Ecosystem-Integration/DBeaver.md |  8 ++++++++
 5 files changed, 50 insertions(+), 10 deletions(-)

diff --git a/src/UserGuide/Master/Ecosystem-Integration/DBeaver.md 
b/src/UserGuide/Master/Ecosystem-Integration/DBeaver.md
index aca2ed13..56b62d93 100644
--- a/src/UserGuide/Master/Ecosystem-Integration/DBeaver.md
+++ b/src/UserGuide/Master/Ecosystem-Integration/DBeaver.md
@@ -62,6 +62,14 @@ DBeaver is a SQL client software application and a database 
administration tool.
 
    
![](https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/DBeaver/05.png)
 
+   ```
+   Driver Name: IoTDB
+   Driver Type: Generic
+   URL Template: jdbc:iotdb://{host}:{port}/
+   Default Port: 6667
+   Default User: root
+   ```
+
 8. Open New DataBase Connection and select iotdb
 
    
![](https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/DBeaver/06.png)
 
diff --git a/src/UserGuide/V1.0.x/Ecosystem-Integration/DBeaver.md 
b/src/UserGuide/V1.0.x/Ecosystem-Integration/DBeaver.md
index f7a71667..f790524d 100644
--- a/src/UserGuide/V1.0.x/Ecosystem-Integration/DBeaver.md
+++ b/src/UserGuide/V1.0.x/Ecosystem-Integration/DBeaver.md
@@ -60,15 +60,23 @@ DBeaver is a SQL client software application and a database 
administration tool.
 
    
![](https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/DBeaver/03.png)
 
-8. Edit the driver Settings
+7. Edit the driver Settings
 
    
![](https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/DBeaver/05.png)
 
-9. Open New DataBase Connection and select iotdb
+   ```
+   Driver Name: IoTDB
+   Driver Type: Generic
+   URL Template: jdbc:iotdb://{host}:{port}/
+   Default Port: 6667
+   Default User: root
+   ```
+
+8. Open New DataBase Connection and select iotdb
 
    
![](https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/DBeaver/06.png)
 
 
-10. Edit JDBC Connection Settings
+9. Edit JDBC Connection Settings
 
    ```
    JDBC URL: jdbc:iotdb://127.0.0.1:6667/
@@ -77,10 +85,10 @@ DBeaver is a SQL client software application and a database 
administration tool.
    ```
    
![](https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/DBeaver/07.png)
 
-11. Test Connection
+10. Test Connection
 
    
![](https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/DBeaver/08.png)
 
-12. Enjoy IoTDB with DBeaver
+11. Enjoy IoTDB with DBeaver
 
    
![](https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/DBeaver/09.png)
diff --git a/src/UserGuide/V1.1.x/Ecosystem-Integration/DBeaver.md 
b/src/UserGuide/V1.1.x/Ecosystem-Integration/DBeaver.md
index 327c92ad..87363f8b 100644
--- a/src/UserGuide/V1.1.x/Ecosystem-Integration/DBeaver.md
+++ b/src/UserGuide/V1.1.x/Ecosystem-Integration/DBeaver.md
@@ -60,15 +60,23 @@ DBeaver is a SQL client software application and a database 
administration tool.
 
    
![](https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/DBeaver/03.png)
 
-8. Edit the driver Settings
+7. Edit the driver Settings
 
    
![](https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/DBeaver/05.png)
 
-9. Open New DataBase Connection and select iotdb
+   ```
+   Driver Name: IoTDB
+   Driver Type: Generic
+   URL Template: jdbc:iotdb://{host}:{port}/
+   Default Port: 6667
+   Default User: root
+   ```
+
+8. Open New DataBase Connection and select iotdb
 
    
![](https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/DBeaver/06.png)
 
 
-10. Edit JDBC Connection Settings
+9. Edit JDBC Connection Settings
 
    ```
    JDBC URL: jdbc:iotdb://127.0.0.1:6667/
@@ -77,10 +85,10 @@ DBeaver is a SQL client software application and a database 
administration tool.
    ```
    
![](https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/DBeaver/07.png)
 
-11. Test Connection
+10. Test Connection
 
    
![](https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/DBeaver/08.png)
 
-12. Enjoy IoTDB with DBeaver
+11. Enjoy IoTDB with DBeaver
 
    
![](https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/DBeaver/09.png)
diff --git a/src/UserGuide/V1.2.x/Ecosystem-Integration/DBeaver.md 
b/src/UserGuide/V1.2.x/Ecosystem-Integration/DBeaver.md
index 14f47834..3ff801ff 100644
--- a/src/UserGuide/V1.2.x/Ecosystem-Integration/DBeaver.md
+++ b/src/UserGuide/V1.2.x/Ecosystem-Integration/DBeaver.md
@@ -61,6 +61,14 @@ DBeaver is a SQL client software application and a database 
administration tool.
 
    
![](https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/DBeaver/05.png)
 
+   ```
+   Driver Name: IoTDB
+   Driver Type: Generic
+   URL Template: jdbc:iotdb://{host}:{port}/
+   Default Port: 6667
+   Default User: root
+   ```
+
 8. Open New DataBase Connection and select iotdb
 
    
![](https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/DBeaver/06.png)
 
diff --git a/src/UserGuide/latest/Ecosystem-Integration/DBeaver.md 
b/src/UserGuide/latest/Ecosystem-Integration/DBeaver.md
index aca2ed13..56b62d93 100644
--- a/src/UserGuide/latest/Ecosystem-Integration/DBeaver.md
+++ b/src/UserGuide/latest/Ecosystem-Integration/DBeaver.md
@@ -62,6 +62,14 @@ DBeaver is a SQL client software application and a database 
administration tool.
 
    
![](https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/DBeaver/05.png)
 
+   ```
+   Driver Name: IoTDB
+   Driver Type: Generic
+   URL Template: jdbc:iotdb://{host}:{port}/
+   Default Port: 6667
+   Default User: root
+   ```
+
 8. Open New DataBase Connection and select iotdb
 
    
![](https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/DBeaver/06.png)
 

Reply via email to