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)#
- 数据库连接
相关资源(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 地址。
- 数据库:输入数据库名称,例如
qdb。 - A 用户:输入用户账户的用户名,如在
server.conf中的pg.user或pg.readonly.user属性中配置。默认值为admin。 - A 密码:输入用户账户的密码,该密码在
server.conf中的pg.password或pg.readonly.password属性中进行配置。默认值为quest。 - SSL:选择连接是否使用 SSL,这将设置
sslmode参数。选项包括:- 允许
- 禁用
- 需要
- 端口:输入用于连接的端口号。默认值为
8812。
有关更多信息,请参阅支持的连接属性列表。
🌐 Refer to List of supported connection properties for more information.