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
At present the only way to grant perms is with the database_name parameter to the mysql_database_user provider.
This parameter does not support multiple values, therefore it is only possible to grant a user access to one database.
This either needs expanding to support multiple database names or an additional grants section of the config needs creating. This can map on to the mysql_database_user provider with action :grant
The text was updated successfully, but these errors were encountered:
At present the only way to grant perms is with the
database_name
parameter to themysql_database_user
provider.This parameter does not support multiple values, therefore it is only possible to grant a user access to one database.
This either needs expanding to support multiple database names or an additional
grants
section of the config needs creating. This can map on to themysql_database_user
provider withaction :grant
The text was updated successfully, but these errors were encountered: