I tried to install influxDB using Digital Ocean.
I started influx CLI using:
influx
following lines appeared:
Connected to http://localhost:8086 version 1.7.2
InfluxDB shell version: 1.7.2
Enter an InfluxQL query
Then I wanted to create a database using following command:
CREATE DATABASE myDB
But I got this error:
ERR: unable to parse authentication credentials Warning: It is possible this error is due to not setting a database. Please set a database with the command “use <database>”.
I search on internet what was going on. All was about being logged with permission (correct me if i’m wrong)
Whatever I type, it always end up
_ ERR: unable to parse authentication credentials Warning: It is possible this error is due to not setting a database. Please set a database with the command “use <database>”._
I tried create user "admin" with password 'test' with all privileges using any possible quote.
I will try to contact Digital Ocean Support to see what they can do
Have a good day,
Baptiste
P.S. Digital Ocean console is so amazing I can’t type | in (letters work fine but anythings that is not a number or a letter is either missing or in the wrong place). Sadly, I have to way to execute influxd config|grep -i auth
BTW : show users return me a user. His name is ERR: unable to parse authentication credentials Warning: It is possible this error is due to not setting a database. Please set a database with the command “use <database>”.