无法开始使用InfluxDB

问题描述

运行CENTOS8,几个月前我曾尝试使用InfluxDB启动一个项目,但只能安装它。 我很确定我导入了RPM,然后使用yum安装了它。似乎没有什么问题。\

所有文档都说只需输入“ influx”将使您进入influx的CLI,但是每次尝试输入时,我都会得到:

Influx Client

Usage:
  influx [command]

Available Commands:
  auth        Authorization management commands
  backup      Backup the data in InfluxDB
  bucket      Bucket management commands
  completion  Generates completion scripts
  config      Config management commands
  delete      Delete points from influxDB
  help        Help about any command
  org         Organization management commands
  ping        Check the InfluxDB /health endpoint
  pkg         Apply a pkg to create resources
  query       Execute a Flux query
  repl        Interactive Flux REPL (read-eval-print-loop)
  secret      Secret management commands
  setup       Setup instance with initial user,org,bucket
  task        Task management commands
  transpile   Transpile an InfluxQL query to Flux source code
  user        User management commands
  write       Write points to InfluxDB

Flags:
  -h,--help           Help for the influx command 
      --host string    HTTP address of Influx; Maps to env var $INFLUX_HOST
      --local          Run commands locally against the filesystem
      --skip-verify    SkipVerify controls whether a client verifies the server's certificate chain and host name.
  -t,--token string   API token to be used throughout client calls; Maps to env var $INFLUX_TOKEN

Use "influx [command] --help" for more information about a command

看着我好像已经安装了influx客户端之类的东西? 我已经运行yum remove influxdb并重新安装了它,但是没有运气。 我还尝试过rm / etc和/ var / lib中的文件,然后重新安装,但发生了同样的事情。

有人知道我还能做什么/检查吗?

谢谢

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

依赖报错 idea导入项目后依赖报错,解决方案:https://blog....
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下...
错误1:gradle项目控制台输出为乱码 # 解决方案:https://bl...
错误还原:在查询的过程中,传入的workType为0时,该条件不起...
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct...