Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: use influxdb shell to create account

Table of Contents

Contributors

­Name

Organization

Email

Jian Li

POSTECH

ON.Lab

gunine@postech.ac.kr

jian@onlab.us

...

Code Block
languagetext
> CREATE DATABASE onos

Create a new account which have all permission

Code Block
languagetext
> CREEATE USER onos WITH PASSWORD 'onos.password' WITH ALL PRIVILEGES

Access InfluxDB web GUI to setup a new user. The URL of InfluxDB web GUI is http://ipaddress:8083/.

...