You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
Hi people.
I've found an issue with the mysql provider version 1.5.0 which when trying to revoke grants misses the * after the database schema name:
mysql_grant.grant_new_subnet: error revoking GRANT (REVOKE GRANT OPTION ON `DB_NAME`. FROM 'user'@'172.16.1.0/255.255.255.0'): Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM 'user'@'172.16.1.0/255.255.255.0'' at line 1
It worked just fine with mysql provider's version 1.1.0
$ terraform -v
Terraform v0.11.9
Thanks!
The text was updated successfully, but these errors were encountered:
This issue was originally opened by @julio-id90 as hashicorp/terraform#20050. It was migrated here as a result of the provider split. The original body of the issue is below.
Hi people.
I've found an issue with the
mysql
provider version1.5.0
which when trying to revoke grants misses the*
after the database schema name:It worked just fine with mysql provider's version
1.1.0
Thanks!
The text was updated successfully, but these errors were encountered: