Influxdb

From Objectif Client Inc
Jump to navigation Jump to search

Influx

Influx

Initial Setup

Create Admin User

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

Enable Login

Create Database

From the command line:

influx
create database database_name
show databases