Establishing a Connection
Connecting to CockroachDB
Set the following to connect to data.
- Server: The host name or IP address of the server.
- Port: The port number of the CockroachDB server. If not specified, the default port is 26257.
- Database: The name of the Cockroach database. If not specified, the provider connects to the user's default database.
- User: The Cockroach DB user account used to authenticate.
- Password: The password used to authenticate the user.