diff --git a/docs/sql-data-sources-jdbc.md b/docs/sql-data-sources-jdbc.md index 9ffd96cd40ee5..f1e9fd6a70f0d 100644 --- a/docs/sql-data-sources-jdbc.md +++ b/docs/sql-data-sources-jdbc.md @@ -57,7 +57,9 @@ logging into the data sources. url (none) - The JDBC URL of the form jdbc:subprotocol:subname to connect to. The source-specific connection properties may be specified in the URL. e.g., jdbc:postgresql://localhost/test?user=fred&password=secret + The JDBC URL of the form jdbc:subprotocol:subname to connect to. The source-specific connection + properties may be specified in the URL. e.g., jdbc:postgresql://localhost/test?user=fred&password=secret. + Note that when the database is MariaDB, `mariadb` subprotocol does not apply, please use `mysql` subprotocol. read/write