Skip to content
Snippets Groups Projects
Commit 1096d00d authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Be nicer to the MySQL user matcher

parent 3c30babe
Branches
Tags 2.58c
1 merge request!4Be nicer to the MySQL user matcher
Pipeline #3718 passed
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
...@@ -150,7 +150,7 @@ class skadereg( ...@@ -150,7 +150,7 @@ class skadereg(
options => ['GRANT'], options => ['GRANT'],
privileges => ['SELECT', 'INSERT', 'UPDATE', 'DELETE'], privileges => ['SELECT', 'INSERT', 'UPDATE', 'DELETE'],
table => '*.*', table => '*.*',
user => "'root'@'%'", user => 'root@%',
} }
}, },
override_options => { override_options => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment