0
点赞
收藏
分享

微信扫一扫

influx常用命令

小北的爹 2022-01-08 阅读 55
python

一、认证错误:

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数据库时报错,记得前一天还好好的,报错状态如下

报错的意思是要验证

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

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

举报

相关推荐

0 条评论