This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
配置数据库用户
在数据库中,连接始终是有状态的,这意味着在建立连接时,必须对其进行身份验证。
在 NetScaler 设备上配置数据库用户名和密码。例如,如果您在数据库上配置了用户 John,则还需要在 ADC 上配置用户 John。在 ADC 中添加数据库用户名和密码会将它们添加到 nsconfig
文件中。
注意
姓名区分大小写。
ADC 使用这些用户凭据对客户端进行身份验证,然后对服务器与数据库服务器的连接进行身份验证。
使用 CLI 添加数据库用户
在命令提示符下键入
add db user <username> - password <password>
例如:
add db user nsdbuser -password dd260427edf
<!--NeedCopy-->
使用 GUI 添加数据库用户
导航到“系统”>“用户管理”>“数据库用户”,然后配置数据库用户。
如果更改了数据库服务器上数据库用户的密码,则必须重置 ADC 设备上配置的对应用户的密码。
使用 CLI 重置数据库用户的密码
在命令提示符下键入
set db user <username> -password <password>
<!--NeedCopy-->
例如:
set db user nsdbuser -password dd260538abs
<!--NeedCopy-->
使用 GUI 重置数据库用户的密码
导航到“系统”>“用户管理”>“数据库用户”,选择一个用户,然后为密码输入新值。
如果数据库服务器上不再存在数据库用户,则可以将该用户从 ADC 设备中移除。但是,如果用户继续存在于数据库服务器上,并且您从 ADC 设备中删除该用户,则客户端使用此用户名的任何请求都不会进行身份验证。因此,请求不会路由到数据库服务器。
使用 CLI 删除数据库用户
在命令提示符下键入
rm db user <username>
<!--NeedCopy-->
例如:
rm db user nsdbuser
<!--NeedCopy-->
使用 GUI 删除数据库用户
导航到“系统”>“用户管理”>“数据库用户”,选择一个用户,然后单击“删除”。
共享
共享
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.