【发布时间】:2020-11-26 08:23:24
【问题描述】:
我在我的 CentOS 8.2 服务器中安装了 influx。
[root@dele opt]# influxd version
InfluxDB 2.0.2 (git: 84496e507a) build_date: 2020-11-19T03:59:35Z
[root@dele opt]# influx version
Influx CLI 2.0.2 (git: 84496e507a) build_date: 2020-11-19T03:59:35Z
我开始涌入:
influxd &
它在 8086 上听。
tcp6 0 0 :::8086 :::* LISTEN
但我无法连接到 influxd:
[root@fastnetmon opt]# influx -host localhost -p 8086
Error: unknown shorthand flag: 'o' in -ost
See 'influx -h' for help
[root@fastnetmon opt]# influx --host localhost --p 8086
Error: unknown flag: --host
See 'influx -h' for help
也不是通过命令:
[root@dele opt]# /usr/bin/influx -precision rfc3339
Error: unknown shorthand flag: 'p' in -precision
【问题讨论】:
标签: influxdb influxdb-2