Q:  How does the python interface perform user authentication?

A:  Python opens a session and needs to pass user, password and other information. IoTDB is authenticated on the server side. For details on how to create a session, please refer to https://iotdb.apache.org/zh/UserGuide/Master/API/Programming-Python-Native-API.html.


Q:  Can the python interface create or manage database users?

A:  You can use "session.execute_non_query_statement(sql)" to implement any non-query operation, including creating manage users. User management sql can refer to https://iotdb.apache.org/zh/UserGuide/Master/Administration-Management/Administration.html.

  • No labels