====== InfluxDB 1.x administration ====== ===== User and rights management ===== ^ create admin | ''CREATE USER WITH PASSWORD '' WITH ALL PRIVILEGES'' | ^ create user | ''CREATE USER WITH PASSWORD '''' | ^ grant rights | ''GRANT READ ON TO '' | [[https://docs.influxdata.com/influxdb/v1.7/administration/authentication_and_authorization/|Docs: Authentication and Authorization]] ===== Running in Docker ===== ==== executing queries in docker-compose setup ==== cd /path/to/compose/folder # replace influxdb with service name docker-compose exec influxdb influx