echo"Query: CREATE USER $name WITH PASSWORD '$password' WITH ALL PRIVILEGES"
curl -XPOST https://localhost:8086/query --cacert$cacertpath-u"$name:$password"--data"q=CREATE USER $name WITH PASSWORD '$password' WITH ALL PRIVILEGES"-H"Content-Type: application/x-www-form-urlencoded" 2> /dev/null