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

Merge branch 'mysql' into 'production'

Be nicer to the MySQL user matcher

See merge request !4
parents a09affcc 1096d00d
No related branches found
No related tags found
1 merge request!4Be nicer to the MySQL user matcher
Pipeline #3717 passed
......@@ -150,7 +150,7 @@ class skadereg(
options => ['GRANT'],
privileges => ['SELECT', 'INSERT', 'UPDATE', 'DELETE'],
table => '*.*',
user => "'root'@'%'",
user => 'root@%',
}
},
override_options => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment