We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This simple code will fails.
mysql_grant { "${name}@${host}/${database}.${table}": user => "${name}@${host}", privileges => $rights, table => "${database}.${table}" }
Working code
Run the code above
Error message:
Error: Could not prefetch mysql_grant provider 'mysql': invalid byte sequence in UTF-8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
This simple code will fails.
Expected Behavior
Working code
Steps to Reproduce
Run the code above
Environment
Additional Context
Error message:
The text was updated successfully, but these errors were encountered: