Open tuxmaster5000 opened 1 year ago
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
Describe the Bug
This simple code will fails.
Expected Behavior
Working code
Steps to Reproduce
Run the code above
Environment
Additional Context
Error message: