Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Azure Kubernetes 服务。我在其上部署了 Apache Ignite 映像。它运行良好,我正在使用 ThinClient 连接到 Ignite。此外,身份验证已启用。
在第一个部署中,Ignite 创建了一个超级用户,其名称和密码都是“ignite”。我创建了自己的用户并测试了连接。它成功了。
我想删除 Apache Ignite 创建的用户,但我做不到。如何删除用户?
默认超级用户无法删除,但您应该可以更改默认密码ALTER USER "ignite" WITH PASSWORD 'newPassword';
ALTER USER "ignite" WITH PASSWORD 'newPassword';