Skip to main content

Add the CockroachDB Connector

Authenticate to CockroachDB

After you add the connector, you need to set the required properties.
  • User: Enter the username that you use to authenticate to the account.
  • Password: Enter the password that you use to authenticate to the account.

Complete Your Connection

To complete your connection:
  1. Specify the following properties:
    • Server: Enter the host name or the IP address of your server. The default value is localhost.
    • Port: Enter the port for the database. The default port value is 26257.
    • Database: Enter the name of the database. If the database is not specified, connects to your default database.
    • Cluster: Enter the name of the cluster.
  2. Define advanced connection settings on the Advanced tab. (In most cases, though, you should not need these settings.)
  3. Click Create & Test to create your connection.

More Information