Skip to content

Commit a72adad

Browse files
authored
Fix JDBC docs (#10608)
1 parent efb8584 commit a72adad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/databases/jdbc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ Insert `tc:` after `jdbc:` as follows. Note that the hostname, port and database
3737

3838
#### Using CrateDB
3939

40-
`jdbc:tc:cratedb:5.2.3//localhost:5432/crate`
40+
`jdbc:tc:cratedb:5.2.3:///databasename`
4141

4242
#### Using DB2
4343

44-
`jdbc:tc:db2:11.5.0.0a//localhost:5432/crate`
44+
`jdbc:tc:db2:11.5.0.0a:///databasename`
4545

4646
#### Using MariaDB
4747

0 commit comments

Comments
 (0)