influxdb increase database authentication (windows) three

 

Connect an increase database authentication

1, modify the configuration file Config auth-enabled is true

2, and then reload the latest config configuration file to open the database

3, verify that the authentication function is turned on

Description authentication function is turned on

4, create administrator user admin

CREATE USER admin WITH PASSWORD 'sa_123' WITH ALL PRIVILEGES

5, to verify whether the admin account added successfully

 

The check is successful

 

Guess you like

Origin www.cnblogs.com/heibai-ma/p/10984374.html