Skip to main content

设置新的 MongoDB 凭证

按照以下步骤,使用 MongoDB 的嵌入式版本重置您在 Server 上的 MongoDB 凭证。

  1. 停止 AlteryxService。

  2. From the command line, navigate to the Alteryx Server installation folder (for example, D:\Program Files\Alteryx\bin).

  3. 执行以下命令以更新非管理员密码:

    alteryxservice setemongopassword={password}

  4. 执行以下命令以更新管理员密码:

    alteryxservice setemongoadminpassword={password}

  5. 启动 AlteryxService。