Skip to content

Commit

Permalink
DOCS-604 Correct examples (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelasimms authored Jul 28, 2023
1 parent 82eb6a6 commit 9c9f305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/sql/pages/create-data-connection.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ TYPE JDBC
SHARED
OPTIONS (
'jdbcUrl'='jdbc:mysql://dummy:3306',
'username'='xyz',
'user'='xyz',
'password'='xyz');
----

Expand Down Expand Up @@ -126,7 +126,7 @@ TYPE JDBC
SHARED
OPTIONS (
'jdbcUrl'='jdbc:mysql://dummy:3306',
'username'='xyz',
'user'='xyz',
'password'='xyz');
----

0 comments on commit 9c9f305

Please sign in to comment.