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
No related branches found
No related tags found
No related merge requests found
...@@ -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