Skip to content

Commit 4d77d5c

Browse files
committed
linting
1 parent b639032 commit 4d77d5c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/integrations/sql-clients/datagrip.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ DataGrip is available at https://www.jetbrains.com/datagrip/
5151

5252
<Image img={datagrip_1} size="lg" border alt="DataGrip Drivers tab showing ClickHouse driver installation" />
5353

54-
## 3. Connect to ClickHouse {#connect-to-clickhouse}
54+
## 3. Connect to ClickHouse {#3-connect-to-clickhouse}
5555

5656
- Specify your database connection details, and click **Test Connection**.
5757
In step one you gathered your connection details - fill in the host URL, port, username, password, and database name, then test the connection.
@@ -60,16 +60,14 @@ In step one you gathered your connection details - fill in the host URL, port, u
6060
Enter only the hostname in the **Host** field (e.g., `your-host.clickhouse.cloud`) without any protocol prefix like `https://`.
6161

6262
For ClickHouse Cloud connections, you must add `?ssl=true` to the **URL** field below the host. The complete JDBC URL should look like:
63-
```
64-
jdbc:clickhouse://your-host.clickhouse.cloud:8443/default?ssl=true
65-
```
63+
64+
`jdbc:clickhouse://your-host.clickhouse.cloud:8443/default?ssl=true`
6665

6766
ClickHouse Cloud requires SSL encryption for all connections. Without the `?ssl=true` parameter, you'll see "Connection reset" errors even with correct credentials.
6867

6968
For more details on JDBC URL settings, please refer to the [ClickHouse JDBC driver](https://github.com/ClickHouse/clickhouse-java) repository.
7069
:::
7170

72-
7371
<Image img={datagrip_7} border alt="DataGrip connection details form with ClickHouse settings" />
7472

7573
## Learn more {#learn-more}

0 commit comments

Comments
 (0)