I've loaded Influxdb on a raspberry pi and receive the following with I input 'influx' $ influx Connected to http://localhost:8086 version 1.4.2 InfluxDB shell version: 1.4.2
But when I try to create a new database, or seek existing databases I receive: > CREATE DATABASE mydb 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>". or > show databases 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>". -- Remember to include the version number! --- You received this message because you are subscribed to the Google Groups "InfluxData" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/influxdb. To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/9076e226-b94b-49c3-9705-ac7b82a76215%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
