Influxdb

From Objectif Client Inc
Revision as of 05:40, 16 October 2020 by Nicolas (talk | contribs)
Jump to navigation Jump to search

Influx

Influx

Initial Setup

  • Force listen on local IP
[http]
   bind-address = ."192.168.1.10" 

Create Admin User

influx
CREATE USER myAdmin WITH PASSWORD 'myPassword' WITH ALL PRIVILEGES

Enable Login

[http]
<auth-enabled = true

Create Database

From the command line:

influx
create database database_name
show databases