Skip to content

QuestDB 凭据#

¥QuestDB credentials

你可以使用以下凭据验证以下节点:

¥You can use these credentials to authenticate the following nodes:

先决条件#

¥Prerequisites

QuestDB 实例上创建用户账户。

¥Create a user account on an instance of QuestDB.

支持的身份验证方法#

¥Supported authentication methods

  • 数据库连接

¥Database connection

相关资源#

¥Related resources

有关服务的更多信息,请参阅 QuestDB 文档

¥Refer to QuestDB's documentation for more information about the service.

使用数据库连接#

¥Using database connection

要配置此凭据,你需要:

¥To configure this credential, you'll need:

  • 主机:输入服务器的主机名或 IP 地址。

¥The Host: Enter the host name or IP address for the server.

  • 数据库:输入数据库名称,例如 qdb

¥The Database: Enter the database name, for example qdb.

  • 用户:输入 server.confpg.userpg.readonly.user 属性配置的用户账户用户名。默认值为 admin

¥A User: Enter the username for the user account as configured in pg.user or pg.readonly.user property in server.conf. Default value is admin.

  • 密码:输入在 server.confpg.passwordpg.readonly.password 属性中配置的用户账户密码。默认值为 quest

¥A Password: Enter the password for the user account as configured in pg.password or pg.readonly.password property in server.conf. Default value is quest.

  • SSL:选择连接是否使用 SSL,这将设置 sslmode 参数。选项包括:

¥SSL: Select whether the connection should use SSL, which sets the sslmode parameter. Options include:

  • 允许

    ¥Allow

  • 禁用

    ¥Disable

  • 要求

    ¥Require

  • 端口输入连接使用的端口号。默认为 8812

¥The Port: Enter the port number to use for the connection. Default is 8812.

有关更多信息,请参阅 支持的连接属性列表

¥Refer to List of supported connection properties for more information.