Skip to content

Commit

Permalink
Add information for connection properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua authored and ebyhr committed Mar 15, 2022
1 parent e84dff8 commit b216e2c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/src/main/sphinx/connector/memsql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ To connect to SingleStore, you need:
* Network access from the Trino coordinator and workers to SingleStore. Port
3306 is the default port.

.. _singlestore-configuration:

Configuration
-------------

Expand All @@ -30,6 +32,17 @@ connection properties as appropriate for your setup:
connection-user=root
connection-password=secret
The ``connection-url`` defines the connection information and parameters to pass
to the SingleStore JDBC driver. The supported parameters for the URL are
available in the `SingleStore JDBC driver documentation
<https://docs.singlestore.com/db/v7.6/en/developer-resources/connect-with-application-development-tools/connect-with-java-jdbc/the-singlestore-jdbc-driver.html#connection-string-parameters>`_.

The ``connection-user`` and ``connection-password`` are typically required and
determine the user credentials for the connection, often a service user. You can
use :doc:`secrets </security/secrets>` to avoid actual values in the catalog
properties files.


.. _singlestore-tls:

Connection security
Expand Down

0 comments on commit b216e2c

Please sign in to comment.