Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneguow committed Jul 4, 2024
1 parent 5ae0288 commit f8e3155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql-data-sources-jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ logging into the data sources.
<td>
The JDBC URL of the form <code>jdbc:subprotocol:subname</code> to connect to. The source-specific connection
properties may be specified in the URL. e.g., <code>jdbc:postgresql://localhost/test?user=fred&password=secret</code>.
Note that when the database is MariaDB, `mariadb` subprotocol does not apply, please use `mysql` subprotocol.
Notice that when the database is MariaDB, `mariadb` subprotocol does not apply currently, please use `mysql` subprotocol.
</td>
<td>read/write</td>
</tr>
Expand Down

0 comments on commit f8e3155

Please sign in to comment.