회사에서 사용하는 influxDB의 접속 ID/PW를 까먹었다. 그래서 ID와 PW를 확인 또는 PW 초기화를 해보고자 한다.
홈페이지에서 내용을 조회하면 View Users 항목이 있다. influx CLI를 이용하면 할 수 있다고 한다.

View users in InfluxDB | InfluxDB OSS v2 Documentation
Review a list of users in InfluxDB using the InfluxDB UI or the influx CLI.
influx CLI는다음 과정을 거쳐서 설치할 수 있다.

influx – InfluxDB command line interface | InfluxDB OSS v2 Documentation
The influx CLI includes commands to manage many aspects of InfluxDB, including buckets, organizations, users, tasks, etc.
wget https://download.influxdata.com/influxdb/releases/influxdb2-client-2.7.5-linux-amd64.tar.gz
tar xvzf path/to/influxdb2-client-2.7.5-linux-amd64.tar.gz
sudo cp influxdb2-client-2.7.5-linux-amd64/influx /usr/local/bin/
https://docs.influxdata.com/influxdb/v2/admin/users/recover-credentials