Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
2.5.5
-
None
Description
A grant on a schema containing an underscore has to be specified using the escape \
GRANT SELECT ON 'schema\ _name' TO ...
MaxScale treats the backslash as literal so not recognizing the proper schema name.
This leads to access denied whenever the schema is provided upon connection.
Please note MariaDB docs lack of the part dealing with wildcards, filing a separate bug for that.