如何验证用户是否存在于 Apache IoTDB 的 python-client 中?

How to verify whether the user exists in the python-client of the Apache IoTDB?

我想使用 python-client 访问 Apache IoTDB。但是,我不知道如何进行用户身份验证。 Apache IoTDB 版本:0.13 如果有人知道,请告诉我。

要在 Python 中打开会话,您需要传递用户名和密码。 IoTDB 在服务器端进行身份验证。 您可以在文档中查看详细信息:https://iotdb.apache.org/zh/UserGuide/Master/API/Programming-Python-Native-API.html