云数据库 GAUSSDB NOSQL-通过Python语言连接实例:使用非SSL方式连接实例的示例代码

时间:2023-11-10 12:13:46

使用非SSL方式连接实例的示例代码

from influxdb import InfluxDBClient
 
client = InfluxDBClient(host=IP, port=****, username=****, password=****, ssl=False) 
client.get_list_database()

上述host,port,username,password请以实际值为准。

support.huaweicloud.com/productdesc-nosql/nosql_09_0102.html