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数据库了