infludb基本操作 创建数据库 influx create database appdb show databases 创建用户 create user app with password 'appsecret' grant ALL on appdb to a