-
Notifications
You must be signed in to change notification settings - Fork 8
Change InfluxDB Passwords
Niels Korschinsky edited this page Aug 26, 2021
·
1 revision
If any default or template passwords were used, it is highly recommended to change the passwords of all users. If your password is one of the following or similar to it, please change it now!
- Log into the InfluxDB via its console
influx --ssl --unsafeSsl - Authentificate
auth
Enter the required information on prompt - Test if you have permissions
show usersIf this command fails, try to authentificate again.
- Set the password for the user
SET PASSWORD FOR <username> = '<password>'\Example:
SET PASSWORD FOR "todd" = 'influxdb4ever'
- Log into the InfluxDB via its console
influx --ssl --unsafeSsl - Authentificate
auth
Enter the required information on prompt - Test if you have permissions
show usersIf this command fails, try to authentificate again.
- Drop the user
DROP USER <username>\Example:
DROP USER "todd"
- Home
- Frequently asked Questions
- Overview of users
- Contact us
- Share Snapshots of Grafana
- SPPMon Command line arguments
- SPPCheck Command line arguments
- SPPCheck Export PDF Report
- Install Overview
- System Requirements
- Getting SPPMon Source Code
- Create dedicated user accounts in SPP server, vSnap, and VADP
- Create grafana users
- Import Grafana Dashboards