forked from hashicorp/terraform-provider-mysql
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to grant proxy privilege using mysql provider. #95
Comments
maver1ck
changed the title
Unable to grant proxy privilage using this provider.
Unable to grant proxy privilege using mysql provider.
Nov 8, 2023
@maver1ck can you run that command using CLI outside this provider? How does the correct MySQL call look like? Knowing this could make it easier to fix it - I don't see any clear indication of what's wrong. |
Correct SQL looks like this |
PS. This is working terraform script where I used
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terraform Version
Terraform v1.5.7
Affected Resource(s)
mysql_grant
Terraform Configuration Files
Debug Output
Expected Behavior
We should be able to add PROXY privilege to the user.
Actual Behavior
Error appears.
References
https://docs.oracle.com/en-us/iaas/mysql-database/doc/connecting-mapped-proxy-user1.html
The text was updated successfully, but these errors were encountered: