InfluxDB change password user
Influxdb reset admin password
If you don't remember a password, you can change it. To change the password of one user, use SET PASSWORD FOR user = 'newpassword'.
You are the InfluxDB administrator
Here's an exemple :
You created a new user : bruce, but you did a typo mistake on the password :
CREATE USER bruce WITH PASSWORD 'iambatmon'
You can change the password by doing
SET PASSWORD FOR bruce = 'iambatman'