Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== InfluxDB 1.x administration ====== ===== User and rights management ===== ^ create admin | ''CREATE USER <username> WITH PASSWORD '<password>' WITH ALL PRIVILEGES'' | ^ create user | ''CREATE USER <username> WITH PASSWORD '<password>''' | ^ grant rights | ''GRANT READ ON <database_name> TO <username>'' | [[https://docs.influxdata.com/influxdb/v1.7/administration/authentication_and_authorization/|Docs: Authentication and Authorization]] ===== Running in Docker ===== ==== executing queries in docker-compose setup ==== <code bash> cd /path/to/compose/folder # replace influxdb with service name docker-compose exec influxdb influx </code> Last modified: 2024-07-05 14:31