LoginSignup
0
0

More than 5 years have passed since last update.

InfluxDBのv0.9.1でCan't connect with admin interface using authenticationと表示される

Last updated at Posted at 2015-08-10

InfluxDB v0.9.1のバグ

InfluxDBのv0.9.1を使用すると、ログインができずCan't connect with admin interface using authenticationと表示されるバグがありました。

4日ほど前にアップデート版(v0.9.1.1)がでましたので、こっちを使いましょう。

解決策

[root@~ ]# service influxdb stop 
[root@~ ]# rpm -aq |grep influxdb
influxdb-0.9.2-1.x86_64

[root@~ ]# wget https://s3.amazonaws.com/influxdb/influxdb-0.9.2.1-1.x86_64.rpm
[root@~ ]# sudo rpm -Uvh influxdb-0.9.2.1-1.x86_64.rpm

[root@~ ]# service influxdb start 
[root@~ ]# sudo /etc/init.d/influxdb version
InfluxDB v0.9.2.1 (git: b237c68bab4756507baf6840023be103853e77db)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0