Hi,
I have a question about how to grant database access to an existing user?
I used API databases.Create(client *gophercloud.ServiceClient, instanceID string, opts CreateOptsBuilder) to create a new database but I don't know how to grant access for an existing user.
Can anyone show me how?
Thanks and BRs