Influxdb
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
influx
CREATE USER myAdmin WITH PASSWORD 'myPassword' WITH ALL PRIVILEGES
From the command line:
influx
create database database_name
show databases