最近在使用InfluxDB数据库时报错,记得前一天还好好的,报错状态如下

 

InfluxDB数据库报错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>".

报错的意思是要验证

执行auth命令进行授权验证,账户和密码必须是数据库管理员权限

InfluxDB数据库报错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>".

完成上述操作之后就可以正常访问InfluxDB数据库了

InfluxDB数据库报错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>".

相关文章:

  • 2021-04-06
  • 2021-04-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
  • 2021-10-30
  • 2021-08-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2021-10-17
  • 2021-06-03
  • 2021-09-24
  • 2022-12-23
相关资源
相似解决方案